projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5a7d111
)
Update CPANPLUS::Dist::Build to 0.22
Chris 'BinGOs' Williams [Thu, 16 Apr 2009 20:55:52 +0000 (22:55 +0200)]
lib/CPANPLUS/Dist/Build.pm
patch
|
blob
|
blame
|
history
lib/CPANPLUS/Dist/Build/Constants.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/CPANPLUS/Dist/Build.pm
b/lib/CPANPLUS/Dist/Build.pm
index
af25dde
..
11a8d56
100644
(file)
--- a/
lib/CPANPLUS/Dist/Build.pm
+++ b/
lib/CPANPLUS/Dist/Build.pm
@@
-31,7
+31,7
@@
use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext';
local $Params::Check::VERBOSE = 1;
-$VERSION = '0.20';
+$VERSION = '0.22';
=pod
diff --git
a/lib/CPANPLUS/Dist/Build/Constants.pm
b/lib/CPANPLUS/Dist/Build/Constants.pm
index
064a0ee
..
6fc9534
100644
(file)
--- a/
lib/CPANPLUS/Dist/Build/Constants.pm
+++ b/
lib/CPANPLUS/Dist/Build/Constants.pm
@@
-9,7
+9,7
@@
BEGIN {
require Exporter;
use vars qw[$VERSION @ISA @EXPORT];
- $VERSION = '0.20';
+ $VERSION = '0.22';
@ISA = qw[Exporter];
@EXPORT = qw[ BUILD_DIR BUILD ];
}