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
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
> --- --
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