diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-04 15:46:28 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-04 15:46:28 +0000 |
commit | 00acedc188c9751ee95950dacf7675153b18a34f (patch) | |
tree | ba100ea26ea756d030ca40675cac1cd01e889c82 /lib | |
parent | 1c7f9087b1206cc798470bc670fc38b5c413712a (diff) | |
download | perl-00acedc188c9751ee95950dacf7675153b18a34f.tar.gz |
Increment $overload::VERSION after change #23347
p4raw-link: @23347 on //depot/perl: d411a6a9eb5df09116806ed1c441d30d37e8d5e8
p4raw-id: //depot/perl@23349
Diffstat (limited to 'lib')
-rw-r--r-- | lib/overload.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index 1853499da0..8c0b899495 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -1,6 +1,6 @@ package overload; -our $VERSION = '1.02'; +our $VERSION = '1.03'; $overload::hint_bits = 0x20000; # HINT_LOCALIZE_HH |