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