MIN_PERL_VErSION

2012-08-04 Thread Geoffrey Leach
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 --- perl5.008001 5.010001 So, what am I doing wron

Re: MIN_PERL_VErSION

2012-08-04 Thread David Oswald
On Sat, Aug 4, 2012 at 7:23 PM, Geoffrey Leach 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 > --- --

Re: MIN_PERL_VErSION

2012-08-04 Thread Geoffrey Leach
Sigh. No easy solutions, alas. Thanks. On 08/04/2012 08:55:29 PM, David Oswald wrote: > On Sat, Aug 4, 2012 at 7:23 PM, Geoffrey Leach > wrote: > > I'm dealing with testing of Audio::Taglib. > > > > In Makefile.PL, I have > > > > MIN_PERL_VERSION => '5.008001' > > > > and the test repo