[svk-devel] svk 2.0.0 is released.
jpeacock at rowman.com
jpeacock at rowman.com
Thu Dec 28 13:34:52 EST 2006
On Thu, 28 Dec 2006 10:49:08 -0700, Joshua Jensen > [U:\svk\2.0-releng]perl Makefile.PL
> Could not eval '
> package ExtUtils::MakeMaker::_version;
> no strict;
>
> local $VERSION;
> $VERSION=undef; do {
> use version; our $VERSION = qv(2.0.0);
> }; $VERSION
> ' in lib/SVK/Version.pm: Can't locate version.pm in @INC (@INC
> contains:
> inc C:/Perl/site/lib C:/Perl/lib .) at (eval 6) line 7, <FH> line 53.
> BEGIN failed--compilation aborted at (eval 6) line 7, <FH> line 53.
> *** Module::AutoInstall version 1.03
Interesting. There is an explicit dependency on version 0.68 in Makefile.PL, so it would seem that Module::AutoInstall is having a senior moment here...
> *** Module::AutoInstall configuration finished.
> The 'determine_VERSION' method does not exist in the 'inc' path!
> Please remove the 'inc' directory and run Makefile.PL again to load it.
> # Looks like your test died before it could output anything.
I'm mystified about this as well; that code should only be triggered if the META.yml is gone AFAICT. Module::Install::Makefile::Version isn't included in the inc/ folder by design (apparently). Try installing Module::Install in PPM, then delete the inc/ folder and have it recreate it...
HTH
John
More information about the svk-devel
mailing list