From: David Mitchell Date: Fri, 12 Jun 2009 12:59:49 +0000 (+0100) Subject: bump lib/ExtUtils/Constant.pm version to 0.22 since 5.8.9 had 0.21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=71605646f0e67f65c13aa000ef0881ebb82461a5;p=p5sagit%2Fp5-mst-13.2.git bump lib/ExtUtils/Constant.pm version to 0.22 since 5.8.9 had 0.21 --- diff --git a/lib/ExtUtils/Constant.pm b/lib/ExtUtils/Constant.pm index 2bc6076..0a20b89 100644 --- a/lib/ExtUtils/Constant.pm +++ b/lib/ExtUtils/Constant.pm @@ -1,6 +1,6 @@ package ExtUtils::Constant; use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS); -$VERSION = 0.21; +$VERSION = 0.22; =head1 NAME