summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-06-07 16:33:46 +0000
committerNicholas Clark <nick@ccl4.org>2008-06-07 16:33:46 +0000
commit6f878116a0769aa9497e0b1374b11d5a2891f5a5 (patch)
treecb0b47c52eb98dc259580376f2a2c6a2d6be3968 /lib
parent599230fcc2a71958f27f694cf9850b449fec58bc (diff)
downloadperl-6f878116a0769aa9497e0b1374b11d5a2891f5a5.tar.gz
$attributes::VERSION++ following change 33985.
p4raw-id: //depot/perl@34016
Diffstat (limited to 'lib')
-rw-r--r--lib/attributes.pm2
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 = ();