The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.68 - 2010-05-04

  • Build.PL: add no_index as an attempt to avoid PAUSE indexing private stuff
  • My::Builder: 'orig' target now creates identical (hard-linked) DhMakePerl-VERSION.tar.gz and dh-make-perl_VERSION.orig.tar.gz files
  • My::Builder: streamline messages in the 'dist' and 'orig' actions
  • Control.t: ensure dependency fields are wrapped properly
  • make: fix a typo (DpkgList -> DpkgLists). Thanks to Dominic Hargreaves Debian bug #580101
  • modules_already_packaged: fix ModuleInfo instantiation
  • Config: honour values given to the constructor
  • DpkgLists.t: do not insist that '/bin/perl' (or the corresponding regex) is only in perl-base. Instead, ensure that 'perl-base' is present in the returned list. Debian bug #580025
  • make: drop $VERSION; some POD rewrite (was a blind copy of DhMakePerl.pm)

Documentation

Create debian source packages from Perl modules

Modules

parse/search through apt-file's Contents files
manage Debian source package control files
fill debian/control from unpacked CPAN distribution
single stanza of Debian source package control file
binary stanza of Debian source package control file
comma separated debian/control field abstraction
source stanza of Debian source package control file
a list of Debian::Dependency objects
dependency relationship between Debian packages
scan /var/lib/dpkg/info/*.list for files/patterns
handy manipulation of debian/rules
handy representation of Debian WNPP bug reports
offline storage of Debian's work-needing package lists
create Debian source package from CPAN dist
common routines for 'make' and 'refresh' dh-make-perl commands
dh-make-perl dump-config implementation
dh-make-perl help implementation
dh-make-perl locate implementation
implementation of 'dh-make-perl make'
dh-make-perl refresh implementation
dh-make-perl refresh-cache implementation
dh-make-perl configuration class
internal helper module for DhMakePerl
helper routined for dh-make-perl and alike