[JPEACOCK - Fri Dec 2 08:02:02 2005]:
Show quoted text> [guest - Fri Dec 2 02:02:03 2005]:
>
> > perl 5.6.0
> >
> > I have had several packages where it generated "Can't locate
> > version/vpp.pm", however, vpp.pm is not in the MANIFEST of the
> > current version package.
>
> You haven't told me what version of version.pm you have installed, so
> I
> cannot help you very much. You also didn't tell me what platform you
> are running on (normally this would be done by including the contents
> of
> 'perl -V' in the bug report.
>
> However, I'll hazard a guess that you are not running Perl on a
> machine
> where you can build XS modules (i.e. you don't have a compiler), which
> is the only way that version.pm can be be used at the moment. I'm
> going
> to release a new version.pm to CPAN in the next day or two that make
> this more explicit. I don't understand how you could have installed
> version.pm in the first place, since the tests will all fail when you
> are unable to build the XS library.
>
> John
perl 5.6.0
version-0.49
I had performed:
perl Makefile.PL
make
make test << all tests succeeded
however, looking within ./blib/lib/version, only vxs.pm existed, and not
vpp.pm