logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pinto::Target::Package - Specifies a package by name and version

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Methods

is_coreis_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.

Name

       Pinto::Target::Package - Specifies a package by name and version

Version

       version 0.14

See Also