Name : perl-Module-Extract-DeclaredVersion
| |
Version : 1.025
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2024-02-11 06:31:32
|
Group : Unspecified
| Source RPM : perl-Module-Extract-DeclaredVersion-1.025-lp155.1.1.src.rpm
|
Size : 0.02 MB
| |
Packager : https://www_suse_com/
| |
Summary : Extract the version of Perl a module declares
|
Description :
Extract the largest declared Perl version and returns it as a version object. For instance, in a script you might have:
use v5.16;
This module will extract that \'v5.16\' and return it.
This module tries to handle any format that PPI will recognize, passing them through version.pm to normalize them.
* new
Makes an object. The object doesn\'t do anything just yet, but you need it to call the methods.
* init
Set up the object. You shouldn\'t need to call this yourself. You can override it though!
* get_declared_version( FILE )
Extracts all of the declared minimum versions for Perl, sorts them, and returns the largest a version object.
* error
Return the error from the last call to \'get_modules\'.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-M/15.5/noarch |