diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 21:58:02 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:50 -0700 |
commit | 93fd879ffceea4d2e3b0254760731402739b5bbb (patch) | |
tree | e98fa1c705b3221c456cdaf0acb3e8defbffd63a /lib | |
parent | 7262e0e70e685c0e7270ad41cff7ad6f843de5e6 (diff) | |
download | perl-93fd879ffceea4d2e3b0254760731402739b5bbb.tar.gz |
Increase $ExtUtils::XSSymSet::VERSION to 1.3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/XSSymSet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/XSSymSet.pm b/lib/ExtUtils/XSSymSet.pm index 1aee2d7f2b..0dee12da92 100644 --- a/lib/ExtUtils/XSSymSet.pm +++ b/lib/ExtUtils/XSSymSet.pm @@ -3,7 +3,7 @@ package ExtUtils::XSSymSet; use strict; use Config; use vars qw( $VERSION ); -$VERSION = '1.2'; +$VERSION = '1.3'; sub new { |