From: Jonathan Rockway Date: Wed, 29 Apr 2009 15:58:30 +0000 (-0500) Subject: add changelog, $VERSION X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a6431d01dea2e54274169dbf38776583a553c50;p=gitmo%2FMooseX-Runnable.git add changelog, $VERSION --- diff --git a/Changes b/Changes index e69de29..90001d1 100644 --- 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 --- 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;