X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FRunnable%2FInvocation%2FPlugin%2FDebug.pm;fp=lib%2FMooseX%2FRunnable%2FInvocation%2FPlugin%2FDebug.pm;h=2fe011b78aa7e30cbbc8ada7de5a3eecead3b537;hb=fc5720d528d00e75786cafa4213b97a79eaa8bb9;hp=55f80b3aceb56141dbf54e840b0a69ef9bb7203f;hpb=4fc441ce54c886ebb468f3a2e5bf6fe8f88f7553;p=gitmo%2FMooseX-Runnable.git diff --git a/lib/MooseX/Runnable/Invocation/Plugin/Debug.pm b/lib/MooseX/Runnable/Invocation/Plugin/Debug.pm index 55f80b3..2fe011b 100644 --- a/lib/MooseX/Runnable/Invocation/Plugin/Debug.pm +++ b/lib/MooseX/Runnable/Invocation/Plugin/Debug.pm @@ -48,3 +48,20 @@ for my $method (qw{ } 1; + +__END__ + +=head1 NAME + +MooseX::Runnable::Invocation::Plugin::Debug - print debugging information + +=head1 DESCRIPTION + +This is an example plugin, showing how you could write your own. It +prints a message for each stage of the "run" process. It is also used +by other plugins to determine whether or not to print debugging +messages. + +=head1 SEE ALSO + +L