From: Chris 'BinGOs' Williams Date: Thu, 16 Apr 2009 20:55:52 +0000 (+0200) Subject: Update CPANPLUS::Dist::Build to 0.22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=edd0a813cea7bc1764963c3bdfece68d72eda6e5;p=p5sagit%2Fp5-mst-13.2.git Update CPANPLUS::Dist::Build to 0.22 --- diff --git a/lib/CPANPLUS/Dist/Build.pm b/lib/CPANPLUS/Dist/Build.pm index af25dde..11a8d56 100644 --- 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 --- 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 ]; }