From eddd77ceed2006321182714bd36a37ee8620dbde Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 21 Jun 2011 14:52:50 -0700 Subject: [PATCH] Increase $attributes::version to 0.15 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit I’m about to make changes to it. --- ext/attributes/attributes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = (); -- 2.7.4