|
NAMEPerl::PrereqScanner::Lite::Scanner::Version - Extra Perl::PrereqScanner::Lite Scanner for VERSION method SYNOPSIS use Perl::PrereqScanner::Lite;
my $scanner = Perl::PrereqScanner::Lite->new;
$scanner->add_extra_scanner('Version');
DESCRIPTIONPerl::PrereqScanner::Lite::Scanner::Version is the extra scanner for Perl::PrereqScanner::Lite. This scanner supports "VERSION" method. It retrieves version from the argument of "VERSION". For example, require Foo::Bar;
Foo::Bar->VERSION(1.00);
LICENSECopyright (C) moznion. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. AUTHORmoznion <moznion@gmail.com>
|