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
|
Source: libpod-constants-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.8-11.1), libtest-simple-perl (>= 0.18)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Paleino <d.paleino@gmail.com>,
Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.7.2
Homepage: http://search.cpan.org/dist/Pod-Constants/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-constants-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-constants-perl/
Package: libpod-constants-perl
Architecture: all
Depends: ${perl:Depends}, base-files (>= 4.0.1)
Description: include constants from POD
This module allows you to specify those constants that should be
documented in your POD, and pull them out a run time in a fairly
arbitrary fashion.
.
Pod::Constants uses Pod::Parser to do the parsing of the source file.
It has to open the source file it is called from, and does so directly
either by lookup in %INC or by assuming it is $0 if the caller is
"main" (or it can't find %INC{caller()})
|