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: libdata-section-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl, libsub-exporter-perl,
libtest-pod-perl,
libmro-compat-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>, Jonathan Yu <jawnsy@cpan.org>,
Nathan Handler <nhandler@ubuntu.com>, gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Data-Section/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-section-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-section-perl/
Package: libdata-section-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-perl,
libmro-compat-perl
Description: module to read chunks of data from a module's DATA section
Data::Section is a Perl module that provides an easy way to access multiple
named chunks of line-oriented data in your module's DATA section. It was
written to allow modules to store their own templates, but is probably useful
for other purposes as well.
|