add changelog, $VERSION
[gitmo/MooseX-Runnable.git] / lib / MooseX / Runnable.pm
index e374a8b..f4a39b6 100644 (file)
@@ -1,6 +1,8 @@
 package MooseX::Runnable;
 use Moose::Role;
 
+our $VERSION = '0.00_01';
+
 requires 'run';
 
 1;