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