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