summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorReini Urban <rurban@x-ray.at>2010-02-11 12:56:39 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-02-11 22:45:39 +0100
commitdaaaeea5dc6797674580720f87e137223847c53e (patch)
tree9ad133518f8c1a4c9aa02ddcf65102f14fc496b2 /cpan
parentfda8057a23c2a6466f12faa1ddd013fc06986db3 (diff)
downloadperl-daaaeea5dc6797674580720f87e137223847c53e.tar.gz
bump to CPAN 1.12. Only Makefile.PL changes not affecting CORE
Diffstat (limited to 'cpan')
-rw-r--r--cpan/B-Debug/Debug.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpan/B-Debug/Debug.pm b/cpan/B-Debug/Debug.pm
index 2bcfb436d8..f44d59dd02 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