diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-07-02 08:00:05 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-07-02 08:00:05 +0200 |
| commit | 8a7aa508c14bb6aae7bf45f67a5e2a2a8dab5245 (patch) | |
| tree | 0475234ff759c1e5a764bfbd6fdafceeb47185dc /lib/MooseX/MethodPrivate.pm | |
| parent | update changelog (diff) | |
| download | moosex-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
Diffstat (limited to 'lib/MooseX/MethodPrivate.pm')
| -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 )], ); |
