This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fda8057
)
bump to CPAN 1.12. Only Makefile.PL changes not affecting CORE
author
Reini Urban
<rurban@x-ray.at>
Thu, 11 Feb 2010 11:56:39 +0000
(12:56 +0100)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Thu, 11 Feb 2010 21:45:39 +0000
(22:45 +0100)
cpan/B-Debug/Debug.pm
patch
|
blob
|
blame
|
history
diff --git
a/cpan/B-Debug/Debug.pm
b/cpan/B-Debug/Debug.pm
index
2bcfb43
..
f44d59d
100644
(file)
--- a/
cpan/B-Debug/Debug.pm
+++ b/
cpan/B-Debug/Debug.pm
@@
-1,6
+1,6
@@
package B::Debug;
-our $VERSION = '1.1
1
';
+our $VERSION = '1.1
2
';
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