projects
/
gitmo/MooseX-Runnable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1924178
)
0.03
Jonathan Rockway [Sun, 27 Jun 2010 04:20:10 +0000 (23:20 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/Runnable.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
eb5981b
..
0d15c57
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,4
+1,4
@@
-0.02_01 Fri Jun 11 18:12:26 PDT 2010
+0.03 Sat Jun 26 23:19:41 CDT 2010
- modified verification of RunnableClass values to use
Params::Util::_CLASS (Karen Etheridge)
diff --git
a/lib/MooseX/Runnable.pm
b/lib/MooseX/Runnable.pm
index
7f21076
..
b380940
100644
(file)
--- a/
lib/MooseX/Runnable.pm
+++ b/
lib/MooseX/Runnable.pm
@@
-1,7
+1,7
@@
package MooseX::Runnable;
use Moose::Role;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
requires 'run';