diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:00:26 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:51 -0700 |
commit | 393e35b1aecb7888cf9fa5364e55931f1034d1c6 (patch) | |
tree | 0b7ddfcaba9d9dcee0f9b6441c4096617dac5e78 /lib/Tie | |
parent | 6af6617c4da93f7959c57183e90ba8c8079e584a (diff) | |
download | perl-393e35b1aecb7888cf9fa5364e55931f1034d1c6.tar.gz |
Increase $Tie::Scalar::VERSION to 1.03
Diffstat (limited to 'lib/Tie')
-rw-r--r-- | lib/Tie/Scalar.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Tie/Scalar.pm b/lib/Tie/Scalar.pm index 48bd9ac6e9..b56ac9abd8 100644 --- a/lib/Tie/Scalar.pm +++ b/lib/Tie/Scalar.pm @@ -1,6 +1,6 @@ package Tie::Scalar; -our $VERSION = '1.02'; +our $VERSION = '1.03'; =head1 NAME |