Perl::PrereqScanner::Lite::Scanner::Version - Extra Perl::PrereqScanner::Lite
Scanner for VERSION method
use Perl::PrereqScanner::Lite;
my $scanner = Perl::PrereqScanner::Lite->new;
$scanner->add_extra_scanner('Version');
Perl::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);
Copyright (C) moznion.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
moznion <moznion@gmail.com>