Provided by: pinto_0.14000-2_all
NAME
Pinto::Target::Package - Specifies a package by name and version
VERSION
version 0.14
METHODS
is_core is_core(in => $version) Returns true if this Target is satisfied by the perl core as-of a particular version. If the version is not specified, it defaults to whatever version you are using now. is_perl() Returns true if this Target is a perl version of perl itself. is_satisfied_by($version) Returns true if this Target is satisfied by version $version of the package. to_string() Serializes this Target to its string form. This method is called whenever the Target is evaluated in string context.
AUTHOR
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.