V version 0.14
This module uses stolen code from CModule::Info to find the location and version of the specified module(s). It prints them and exit()s.
It works by definening import() and is based on an idea from Michael Schwern
on the perl5-porters list. See the
discussion
$ perl -MV=CPAN
or if you want more than one
$ perl -MV=CPAN,V
INSTALLATION
To install this module type the following commands:
perl Makefile.PLmake testmake install
DEPENDENCIES
This module requires no other modules or libraries (exept
Test::More for the test-suite).
COPYRIGHT
© 2002 Abe Timmerman abeltje@cpan.org. All rights reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.