projects
/
gitmo/Moose-Policy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e8ef22a
)
bump version to 0.05
Dave Rolsky [Sun, 21 Nov 2010 16:30:16 +0000 (10:30 -0600)]
README
patch
|
blob
|
blame
|
history
lib/Moose/Policy.pm
patch
|
blob
|
blame
|
history
diff --git
a/README
b/README
index
c15c472
..
693ec22
100644
(file)
--- a/
README
+++ b/
README
@@
-1,4
+1,4
@@
-Moose::Policy version 0.03
+Moose::Policy version 0.05
===========================
See the individual module documentation for more information
diff --git
a/lib/Moose/Policy.pm
b/lib/Moose/Policy.pm
index
ebc704f
..
7b673e6
100644
(file)
--- a/
lib/Moose/Policy.pm
+++ b/
lib/Moose/Policy.pm
@@
-1,7
+1,7
@@
package Moose::Policy;
use Moose 'confess', 'blessed';
-our $VERSION = '0.04';
+our $VERSION = '0.05';
our $AUTHORITY = 'cpan:STEVAN';
sub import {