mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
12 lines
474 B
Plaintext
12 lines
474 B
Plaintext
Pragmatic implements a default import method for processing pragmata before
|
|
passing the rest of the import to Exporter.
|
|
|
|
Perl automatically calls the import method when processing a use statement for a
|
|
module. Modules and use are documented in perlfunc and perlmod.
|
|
|
|
(Do not confuse Pragmatic with pragmatic modules, such as less, strict and the
|
|
like. They are standalone pragmata, and are not associated with any other
|
|
module.)
|
|
|
|
WWW: https://metacpan.org/release/Pragmatic
|