Whole document tree
    

Whole document tree

Debian Perl Policy - Perl Programs
[ previous ] [ Contents ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ A ] [ next ]

Debian Perl Policy
Chapter 4 - Perl Programs


4.1 Script Magic

All packaged perl programs must start with #!/usr/bin/perl and may append such flags as are required.


4.2 Program Dependencies

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 3.4.3).


[ previous ] [ Contents ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ A ] [ next ]

Debian Perl Policy

version 1.20
Raphaël Hertzog hertzog@debian.org
Brendan O'Dea bod@debian.org