projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5929274
)
Update CPANPLUS::Dist::Build to 0.20
Chris Williams [Thu, 9 Apr 2009 12:01:41 +0000 (14:01 +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
eaff9a0
..
af25dde
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.18';
+$VERSION = '0.20';
=pod
diff --git
a/lib/CPANPLUS/Dist/Build/Constants.pm
b/lib/CPANPLUS/Dist/Build/Constants.pm
index
253b30e
..
064a0ee
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.18';
+ $VERSION = '0.20';
@ISA = qw[Exporter];
@EXPORT = qw[ BUILD_DIR BUILD ];
}