[ previous ] [ Contents ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ A ] [ next ]
All packaged perl programs must start with #!/usr/bin/perl and may append such flags as are required.
Programs which require core modules from the perl
package must specify a dependency on that package.
Programs which contain explicit require version or
use version statements must specify a dependency on
perl
or perl-base
with the minimum required version,
or more simply the current version.
As with modules, packages using debhelper
may use
dh_perl(1)
to automatically generate dependences (see Automating Perl Dependencies, Section
4.4.3).
[ previous ] [ Contents ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ A ] [ next ]
Debian Perl Policy
version 3.9.2.0, 2011-05-01debian-policy@lists.debian.org