From: Father Chrysostomos Date: Tue, 21 Jun 2011 21:52:50 +0000 (-0700) Subject: Increase $attributes::version to 0.15 X-Git-Tag: v5.15.1~335 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/eddd77ceed2006321182714bd36a37ee8620dbde?hp=1d0561d57fdbf1bfd047c3da2fda2b9dc4b86128;ds=inline Increase $attributes::version to 0.15 I’m about to make changes to it. --- diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm index 178a1263..f79db0f 100644 --- a/ext/attributes/attributes.pm +++ b/ext/attributes/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.14; +our $VERSION = 0.15; @EXPORT_OK = qw(get reftype); @EXPORT = ();