On Friday 17 February 2006 11:45, Leif Johansson wrote:
> Achim Grolms wrote:
> > On Friday 17 February 2006 08:43, Leif Johansson wrote:
> >> next
> >
> > achim@thor [/tmp/leif/LWP-Authen-Negotiate-0.03]$ perl Makefile.PL
> > Perl v5.8.6 required--this is only v5.8.4, stopped at Makefile.PL line 1.
> > BEGIN failed--compilation aborted at Makefile.PL line 1.
> > achim@thor [/tmp/leif/LWP-Authen-Negotiate-0.03]$
> >
> >
> > Hmmm?
>
> Didn't change that.
That's the problem.
In Makefile.PL you have
use 5.008006;
That's the default from h2xs.
but there is no *need* to depend to that high version of Perl
I my own implementaion I just have deleted that line from my h2xs.
The same problem is in Negotiate.pm,
use 5.008006; can be deleted.
The dependencies are to GSSAPI 0.18
MIME::Base64 2.12;
both have to be added to Makefile.PL
and the META.yml.
Achim
|