projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f56ed50
)
Bump versions to 0.10 for CPAN sync
Rafael Garcia-Suarez [Mon, 2 Mar 2009 09:44:54 +0000 (10:44 +0100)]
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
46b3567
..
aae600e
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.08';
+$VERSION = '0.10';
=pod
diff --git
a/lib/CPANPLUS/Dist/Build/Constants.pm
b/lib/CPANPLUS/Dist/Build/Constants.pm
index
07aaca3
..
e8c17ff
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.01;
+ $VERSION = 0.10;
@ISA = qw[Exporter];
@EXPORT = qw[ BUILD_DIR BUILD ];
}