add changelog, $VERSION
Jonathan Rockway [Wed, 29 Apr 2009 15:58:30 +0000 (10:58 -0500)]
Changes
lib/MooseX/Runnable.pm

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
index e374a8b..f4a39b6 100644 (file)
@@ -1,6 +1,8 @@
 package MooseX::Runnable;
 use Moose::Role;
 
+our $VERSION = '0.00_01';
+
 requires 'run';
 
 1;