File: control

package info (click to toggle)
libsub-exporter-perl 0.986-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 308 kB
  • ctags: 43
  • sloc: perl: 2,278; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,355 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
25
26
27
28
29
30
31
32
33
Source: libsub-exporter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libdata-optlist-perl,
                     libsub-install-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsub-exporter-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsub-exporter-perl.git
Homepage: https://metacpan.org/release/Sub-Exporter/

Package: libsub-exporter-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libdata-optlist-perl,
         libsub-install-perl
Description: sophisticated exporter for custom-built routines
 When you use a perl module, first it is "required" function used, then its 
 import method is called. 
 .
 Sub::Exporter provides a sophisticated alternative to Exporter.pm.  It allows
 for renaming, currying/sub-generation etc.
 .
 Sub::Exporter builds a custom exporter which can then be installed into your 
 module. It builds this method based on configuration passed to its 
 setup_exporter method.