1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libpragmatic-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Standards-Version: 4.1.4
Homepage: https://metacpan.org/release/Pragmatic
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpragmatic-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpragmatic-perl
Package: libpragmatic-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Adds pragmata to Exporter
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.)
|