Change 34016 by [EMAIL PROTECTED] on 2008/06/07 16:33:46
$attributes::VERSION++ following change 33985.
Affected files ...
... //depot/perl/lib/attributes.pm#20 edit
Differences ...
==== //depot/perl/lib/attributes.pm#20 (text) ====
Index: perl/lib/attributes.pm
--- perl/lib/attributes.pm#19~33985~ 2008-06-01 13:22:24.000000000 -0700
+++ perl/lib/attributes.pm 2008-06-07 09:33:46.000000000 -0700
@@ -1,6 +1,6 @@
package attributes;
-our $VERSION = 0.08;
+our $VERSION = 0.09;
@EXPORT_OK = qw(get reftype);
@EXPORT = ();
End of Patch.