From: Reini Urban Date: Thu, 11 Feb 2010 11:56:39 +0000 (+0100) Subject: bump to CPAN 1.12. Only Makefile.PL changes not affecting CORE X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=daaaeea5dc6797674580720f87e137223847c53e;p=p5sagit%2Fp5-mst-13.2.git bump to CPAN 1.12. Only Makefile.PL changes not affecting CORE --- diff --git a/cpan/B-Debug/Debug.pm b/cpan/B-Debug/Debug.pm index 2bcfb43..f44d59d 100644 --- a/cpan/B-Debug/Debug.pm +++ b/cpan/B-Debug/Debug.pm @@ -1,6 +1,6 @@ package B::Debug; -our $VERSION = '1.11'; +our $VERSION = '1.12'; use strict; require 5.006; @@ -348,6 +348,10 @@ otherwise in basic order. =head1 Changes + 1.12 2010-02-10 rurban + remove archlib installation cruft, and use the proper PM rule. + By Todd Rinaldo (toddr) + 1.11 2008-07-14 rurban avoid B::Flags in CORE tests not to crash on old XS in @INC