1Pinto::Target::Package(U3s)er Contributed Perl DocumentatPiionnto::Target::Package(3)
2
3
4
6 Pinto::Target::Package - Specifies a package by name and version
7
9 version 0.14
10
12 is_core
13 is_core(in => $version)
14 Returns true if this Target is satisfied by the perl core as-of a
15 particular version. If the version is not specified, it defaults to
16 whatever version you are using now.
17
18 is_perl()
19 Returns true if this Target is a perl version of perl itself.
20
21 is_satisfied_by($version)
22 Returns true if this Target is satisfied by version $version of the
23 package.
24
25 to_string()
26 Serializes this Target to its string form. This method is called
27 whenever the Target is evaluated in string context.
28
30 Jeffrey Ryan Thalhammer <jeff@stratopan.com>
31
33 This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
34
35 This is free software; you can redistribute it and/or modify it under
36 the same terms as the Perl 5 programming language system itself.
37
38
39
40perl v5.34.0 2021-07-22 Pinto::Target::Package(3)