diff options
author | David Mitchell <davem@iabyn.com> | 2009-06-12 13:59:49 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-06-12 13:59:49 +0100 |
commit | 71605646f0e67f65c13aa000ef0881ebb82461a5 (patch) | |
tree | fb7f744b83e7ad8982eeb9f9d2ab6646fcf0d845 /lib/ExtUtils | |
parent | 412304fbe693c321fec85dfaaa63387d0555faa6 (diff) | |
download | perl-71605646f0e67f65c13aa000ef0881ebb82461a5.tar.gz |
bump lib/ExtUtils/Constant.pm version to 0.22 since 5.8.9 had 0.21
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r-- | lib/ExtUtils/Constant.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Constant.pm b/lib/ExtUtils/Constant.pm index 2bc60763f1..0a20b89b79 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 |