On Sat, Aug 4, 2012 at 7:23 PM, Geoffrey Leach <ge...@hughes.net> wrote: > I'm dealing with testing of Audio::Taglib. > > In Makefile.PL, I have > > MIN_PERL_VERSION => '5.008001' > > and the test report shows: > > requires: > > Module Need Have > ------------------- -------- -------- > perl 5.008001 5.010001 > > So, what am I doing wrong?
Mis-counting? Maybe staring at it too long. 5.008001 is 5.8.1 5.010001 is 5.10.1 So the tester is indeed using a Perl that meets and exceeds your minimum version requirement. -- David Oswald daosw...@gmail.com