diff options
Diffstat (limited to 'lib/MooseX')
| -rw-r--r-- | lib/MooseX/MethodPrivate.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 )], ); |
