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=5d0997fcad9d6eab4e120f84e9980ccebf1f986e;hb=d1de149811e3340e7847b387faf213827d9a2318;hp=b38094012beec3d2999c2e68415220e3b4947241;hpb=7da369caa65930c3f7edf9c6878468ab1454d33a;p=gitmo%2FMooseX-Runnable.git diff --git a/lib/MooseX/Runnable.pm b/lib/MooseX/Runnable.pm index b380940..5d0997f 100644 --- a/lib/MooseX/Runnable.pm +++ b/lib/MooseX/Runnable.pm @@ -1,17 +1,14 @@ package MooseX::Runnable; +# ABSTRACT: Tag a class as a runnable application use Moose::Role; -our $VERSION = '0.03'; - requires 'run'; 1; __END__ -=head1 NAME - -MooseX::Runnable - tag a class as a runnable application +=pod =head1 SYNOPSIS @@ -104,17 +101,4 @@ Many of the plugins shipped are unstable; they may go away, change, break, etc. If there is no documentation for a plugin, it is probably just a prototype. -=head1 REPOSITORY - -L - -=head1 AUTHOR - -Jonathan Rockway C<< >> - -=head1 COPYRIGHT - -Copyright (c) 2009 Jonathan Rockway - -This module is Free Software, you can redistribute it under the same -terms as Perl itself. +=cut