diff options
-rw-r--r-- | ext/attributes/attributes.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm index 178a126329..f79db0fd8c 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 = (); |