File: control

package info (click to toggle)
libpragmatic-perl 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 80 kB
  • ctags: 2
  • sloc: perl: 45; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 976 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libpragmatic-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Pragmatic/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpragmatic-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/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.)