X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FRunnable.pm;h=e54bc8da44da2f8e4752c1893bb9579ba8ca43c7;hb=00d7989a23f3ed99dcf5b3a58f0843cd9d47115a;hp=708070249148ffb17f4efbcaf5473961608af1a0;hpb=6a06028aab89974506f1bccaf7ac11a9ebfaecc7;p=gitmo%2FMooseX-Runnable.git diff --git a/lib/MooseX/Runnable.pm b/lib/MooseX/Runnable.pm index 7080702..e54bc8d 100644 --- a/lib/MooseX/Runnable.pm +++ b/lib/MooseX/Runnable.pm @@ -23,7 +23,7 @@ Create a class, tag it runnable, and provide a C method: sub run { my $name = shift; say "Hello, $name."; - return 0; + return 0; # success } Then you can run this class as an application with the included