diff options
| -rw-r--r-- | Changes | 4 | ||||
| -rw-r--r-- | lib/MooseX/MethodPrivate.pm | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ Revision history for Perl extension MooseX::MethodPrivate +0.1.1 Thu 02 Jul 2009 07:59:40 AM CEST + - remove xt + - add repository to META.yaml + 0.1.0 Mon Jun 29 18:03:15 2009 - original version diff --git a/lib/MooseX/MethodPrivate.pm b/lib/MooseX/MethodPrivate.pm index f82c26a..179eb3c 100644 --- a/lib/MooseX/MethodPrivate.pm +++ b/lib/MooseX/MethodPrivate.pm @@ -4,7 +4,7 @@ use Moose; use Moose::Exporter; use Carp qw/croak/; -our $VERSION = '0.1.0'; +our $VERSION = '0.1.1'; Moose::Exporter->setup_import_methods( with_caller => [qw( private protected )], ); |
