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