Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
- Added following lines
PERL5_MODULE_TYPE= Module::Build
DEPENDS+= p5-Archive-Extract>=0.74:../../archivers/p5-Archive-Extract
(upstream)
- Update 0.40 to 0.42
0.42 Sun Dec 30 10:59:38 PST 2012
Test Fixes
* Fixed t/types.t on Windows.
Dist Fixes
* DBIx::Class::Schema::Loader is no longer needed to build the module.
0.41 Thu Dec 27 04:00:45 PST 2012
Bug Fixes
* BackPAN::Index now has a file() method, as documented in BackPAN::Index::File.
* Changed the default backpan URL for fetching files to http://backpan.perl.org
rather than the backpan.cpan.org redirect. [rt.cpan.org 68492]
Test Fixes
* Tests were downloading an old index.
Misc
* The result classes are no longer generated at runtime. Speeds up load time
and reduces bugs. This also fixes [rt.cpan.org 82107].
* Use the same filename for the unpacked index.
Dist Changes
* The compatibility Makefile.PL has been removed. The build process has
gotten complicated.
* The bug tracker now points at the correct place.
Fixes
* Using the BackPAN index from gitpan.integra.net which is kept up to date.
* Make all the primary keys not null to quiet a new DBIx::Class
warning (and its a good idea).
Packages Collection.
The Perl 5 module BackPAN::Index provides an index of BackPAN and
some handy methods. The Comprehensive Perl Archive Network (CPAN)
is a very useful collection of Perl code. However, in order to keep
CPAN relatively small, authors of modules can delete older versions
of modules to only let CPAN have the latest version of a module.
BackPAN is where these deleted modules are backed up. It's more
like a full CPAN mirror, only without the deletions.