X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FRunnable.pm;fp=lib%2FMooseX%2FRunnable.pm;h=e892f613ba549c2b4b153e104068f471fceeed6d;hb=fdbedd6c4d9874a3aed8da2961a8a7700d1a06bb;hp=5d0997fcad9d6eab4e120f84e9980ccebf1f986e;hpb=d1de149811e3340e7847b387faf213827d9a2318;p=gitmo%2FMooseX-Runnable.git diff --git a/lib/MooseX/Runnable.pm b/lib/MooseX/Runnable.pm index 5d0997f..e892f61 100644 --- a/lib/MooseX/Runnable.pm +++ b/lib/MooseX/Runnable.pm @@ -53,7 +53,7 @@ let's the computer abstract away some of the tedium this entails. =head2 run -Your class must implement C. It accepts the commandline args +Your class must implement C. It accepts the command-line args (that were not consumed by another parser, if applicable) and returns an integer representing the UNIX exit value. C means success.