CPAN
view release on metacpan or search on metacpan
* bugfix: protect FTPstats.yml from being truncated
* bugfix: now really remove the dependency on YAML::Syck in the Makefile
* distroprefs: deprecate expect-in-any-order and replace with eexpect
* distroprefs: attach a Distrostatus object to disabled distros in
$self->{unwrapped}
* distroprefs: new keyword 'commandline'
* sqlite: deprecate config variable sqlite_dbname
* sqlite: make Bundle::Localbundle work
2006-12-09 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 1.88_65
* make CPAN::SQLite configurable and tweak a few places to help SQLite
bootstrapping.
* fixed an implicit dependency on YAML::Syck in the Makefile
* distropref-goto: use the queue because after the goto new dependencies
may be needed
* fix dependency checking after make test: it did not work well together
with a distropref-goto
2006-12-04 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 1.88_64
* more of Randy Kobes' patches for CPAN::SQLite applied. Things start
working.
* CPAN::Kwalify as a bridge to Kwalify.pm verifies all distroprefs to be
syntactically correct
* address #23742: fix unini warning
* another patch from Randy Kobes to canonize directory names
* bugfix: force install of a local dot distro was doing weird things
* bugfix: goto did not normalize the distro name
2006-11-23 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 1.88_63: nothing major, only bugfixes and tiny new features.
Still a lot to do for 1.89.
* address #23315: there were still some uncought exceptions in
CPAN::Tarzip that broke megainstalls by Steve Peters; now hopefully all
fixed
* address #22584: do not set VERSION to "undef" when 0
* bugfix: delete backups during downloading of new index files
* bugfix: repair all risky ->can with UNIVERSAL::can; thanks to Adriano
Rodrigues for the report!
* bugfix: dirname(undef) can die: protect against it when an entry in
FTPstats has no associated file
* the failed command now prints its rows sorted by command (as before)
but within each command by time.
* the prereq check under the Module::Build installer is now performed by
reading the _build/prereqs file instead of calling Module::Build
directly. (Suggested by Ken Williams)
* cleanup of the cache directory is now disabled for batch jobs;
documentation is updated about the lock file the shell is holding
* now setting the environment variable PERL5_CPAN_IS_RUNNING; tentative
patch for Module::Install in my CPAN homedirectory
* support for fallback Data::Dumper and Storable files in the prefs_dir
directory when YAML is not available (alpha)
* new support for cpanconfig/check_sigs in distroprefs to temporarily
switch signature checking on or off. See distroprefs/00.README for
details and distroprefs/JESSE.HTTP-Server-Simple.yml for an example (alpha)
* new keyword "goto" in distroprefs to nominate a delegate distro. See
distroprefs/00.README for details and distroprefs/ABH.XML-RSS.yml for an
example (alpha)
* small portions of patches from Randy Kobes applied to support
CPAN::SQLite (pre-alpha; see Makefile.PL how to invoke)
2006-11-13 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 1.88_62
* bugfix in randomize_urllist introduced in 1.88_61: setting the value
with C<o conf randomize_urllist> was broken
* disallow C<o conf {commit,defaults}> in degraded mode
* more programming tips in the manpage from Ilya Zakharevich
* sanity check on path names with tilde suggested by Adam Kennedy
* change the prettyprint of arrays to accommodate the user of splice
* introduce C<expect-in-any-order> to distroprefs
* add a new testdistro CPAN-Test-Dummy-Perl5-Make-Expect
* make the 00.README in the distroprefs directory more like a manpage
for later inclusion into the CPAN.pm manpage
* determine if a patch needs -p0 or -p1
* fix downloads with lynx when the other end sends an unusual error page
( run in 1.742 second using v1.01-cache-2.11-cpan-39bf76dae61 )