diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2002-05-27 06:20:56 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-27 20:42:47 +0000 |
commit | 105cd85393438207822dd339c2f2de6688e85dea (patch) | |
tree | d35c908d2cf35271a14baa2e19eee7c66c677d0b /lib/attributes.pm | |
parent | f62cb720259c484e37beef31bf5247e5e150815a (diff) | |
download | perl-105cd85393438207822dd339c2f2de6688e85dea.tar.gz |
Re: [PATCH] Version tango
Message-ID: <oUp88gzkgy+T092yn@efn.org>
p4raw-id: //depot/perl@16822
Diffstat (limited to 'lib/attributes.pm')
-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 4f6eef0376..40b35b830d 100644 --- a/lib/attributes.pm +++ b/lib/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = '0.04_01'; +our $VERSION = 0.05; @EXPORT_OK = qw(get reftype); @EXPORT = (); |