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

Changes for version 0.67

  • POD: drop "--" in front of the commands. refresh: ensure ->rules is there before attempting to fiddle quilt integration
  • Add support for version relations in META
  • Debian::Dependency now survives being given a string with leading spaces
  • make: implement recursive making of missing dependencies when --recursive is given. (Debian bug #342751)
  • FromCPAN: remove leading 'v' from versions
  • add Debian::DpkgLists - 'dpkg -S' on steroids
  • FromCPAN: use Debian::DpkgLists as a last resort. This allows finding dependencies that are present in locally-installed packages. (Debian bug #478781)
  • Dependency: the 'ver' member is an instance of Dpkg::Version Use its ability to compare and drop Debian::Version
  • Dependenc{y,ies}: reduce '--' to '-' in the NAME POD section
  • make: try harder to discover already existing package by looking up distribution modules in APT contents and dpkg file lists.
  • replace CPAN::Config->load with CPAN:Handle::Config->load the former seems obsolete and only warns: Dispatching deprecated method 'CPAN::Config::load' to CPAN::HandleConfig
  • added README
  • added xt/pod-spelling.t to help test POD spelling

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
create Debian source package from CPAN dist
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