projects
/
gitmo/MooseX-Runnable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d808038
)
add changelog, $VERSION
Jonathan Rockway [Wed, 29 Apr 2009 15:58:30 +0000 (10:58 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/Runnable.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
e69de29
..
90001d1
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-0,0
+1,2
@@
+0.00_01 Wed Apr 29 10:58:09 CDT 2009
+ - first release
diff --git
a/lib/MooseX/Runnable.pm
b/lib/MooseX/Runnable.pm
index
e374a8b
..
f4a39b6
100644
(file)
--- a/
lib/MooseX/Runnable.pm
+++ b/
lib/MooseX/Runnable.pm
@@
-1,6
+1,8
@@
package MooseX::Runnable;
use Moose::Role;
+our $VERSION = '0.00_01';
+
requires 'run';
1;