From 8a7aa508c14bb6aae7bf45f67a5e2a2a8dab5245 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 2 Jul 2009 08:00:05 +0200 Subject: Checking in changes prior to tagging of version 0.1.1. Changelog diff is: diff --git a/Changes b/Changes index fc070c4..ef69041 100644 --- a/Changes +++ b/Changes @@ -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 --- lib/MooseX/MethodPrivate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 )], ); -- cgit v1.2.3