initial commit
[gitmo/Package-Stash.git] / lib / Stash / Manip.pm
1 package Stash::Manip;
2 use Moose;
3
4 =head1 NAME
5
6 Stash::Manip -
7
8 =head1 SYNOPSIS
9
10
11 =head1 DESCRIPTION
12
13
14 =cut
15
16 __PACKAGE__->meta->make_immutable;
17 no Moose;
18
19 =head1 BUGS
20
21 No known bugs.
22
23 Please report any bugs through RT: email
24 C<bug-stash-manip at rt.cpan.org>, or browse to
25 L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Stash-Manip>.
26
27 =head1 SEE ALSO
28
29
30 =head1 SUPPORT
31
32 You can find this documentation for this module with the perldoc command.
33
34     perldoc Stash::Manip
35
36 You can also look for information at:
37
38 =over 4
39
40 =item * AnnoCPAN: Annotated CPAN documentation
41
42 L<http://annocpan.org/dist/Stash-Manip>
43
44 =item * CPAN Ratings
45
46 L<http://cpanratings.perl.org/d/Stash-Manip>
47
48 =item * RT: CPAN's request tracker
49
50 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Stash-Manip>
51
52 =item * Search CPAN
53
54 L<http://search.cpan.org/dist/Stash-Manip>
55
56 =back
57
58 =head1 AUTHOR
59
60   Jesse Luehrs <doy at tozt dot net>
61
62 =head1 COPYRIGHT AND LICENSE
63
64 This software is copyright (c) 2010 by Jesse Luehrs.
65
66 This is free software; you can redistribute it and/or modify it under
67 the same terms as perl itself.
68
69 =cut
70
71 1;