first swipe at a Task-Moose
[gitmo/Task-Moose.git] / lib / Task / Moose.pm
CommitLineData
f34a1571 1package Task::Moose;
2
3our $VERSION = '0.01';
4our $AUTHORITY = 'cpan:STEVAN';
5
61;
7
8__END__
9
10=pod
11
12=head1 NAME
13
14Task::Moose - Moose in a box
15
16=head1 DESCRIPTION
17
18This will install the following modules:
19
20=over 4
21
22=item L<>
23
24=back
25
26=head1 BUGS
27
28All complex software has bugs lurking in it, and this module is no
29exception. If you find a bug please either email me, or add the bug
30to cpan-RT.
31
32=head1 AUTHOR
33
34Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
35
36=head1 COPYRIGHT AND LICENSE
37
38Copyright 2008 Infinity Interactive, Inc.
39
40L<http://www.iinteractive.com>
41
42This library is free software; you can redistribute it and/or modify
43it under the same terms as Perl itself.
44
45=cut