summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-07-02 08:00:05 +0200
committerfranck cuny <franck@lumberjaph.net>2009-07-02 08:00:05 +0200
commit8a7aa508c14bb6aae7bf45f67a5e2a2a8dab5245 (patch)
tree0475234ff759c1e5a764bfbd6fdafceeb47185dc
parentupdate changelog (diff)
downloadmoosex-methodprivate-8a7aa508c14bb6aae7bf45f67a5e2a2a8dab5245.tar.gz
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
-rw-r--r--Changes4
-rw-r--r--lib/MooseX/MethodPrivate.pm2
2 files changed, 5 insertions, 1 deletions
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
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 )], );