From: Father Chrysostomos Date: Mon, 27 Feb 2012 00:15:03 +0000 (-0800) Subject: Increase $attributes::VERSION to 0.18 X-Git-Tag: v5.15.9~178 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/7bddbc2c8ce9369fe4544890596139ba51a1eb7b Increase $attributes::VERSION to 0.18 --- diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm index fdc61e8..4d27f4f 100644 --- a/ext/attributes/attributes.pm +++ b/ext/attributes/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.17; +our $VERSION = 0.18; @EXPORT_OK = qw(get reftype); @EXPORT = ();