diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-06-07 16:33:46 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-06-07 16:33:46 +0000 |
commit | 6f878116a0769aa9497e0b1374b11d5a2891f5a5 (patch) | |
tree | cb0b47c52eb98dc259580376f2a2c6a2d6be3968 /lib | |
parent | 599230fcc2a71958f27f694cf9850b449fec58bc (diff) | |
download | perl-6f878116a0769aa9497e0b1374b11d5a2891f5a5.tar.gz |
$attributes::VERSION++ following change 33985.
p4raw-id: //depot/perl@34016
Diffstat (limited to 'lib')
-rw-r--r-- | lib/attributes.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/attributes.pm b/lib/attributes.pm index db4a4714f7..aa532c2fac 100644 --- a/lib/attributes.pm +++ b/lib/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.08; +our $VERSION = 0.09; @EXPORT_OK = qw(get reftype); @EXPORT = (); |