initial
[acme-study-perl.git] / lib / Acme / Study / Perl.pm~
blobc0db93f00420871a4e59ff41cce49f080dc68949
1 package Acme::Study::Perl;
3 use warnings;
4 use strict;
6 =head1 NAME
8 Acme::Study::Perl - The great new Acme::Study::Perl!
10 =head1 VERSION
12 Version 0.01
14 =cut
16 our $VERSION = '0.01';
19 =head1 SYNOPSIS
21 Quick summary of what the module does.
23 Perhaps a little code snippet.
25     use Acme::Study::Perl;
27     my $foo = Acme::Study::Perl->new();
28     ...
30 =head1 EXPORT
32 A list of functions that can be exported.  You can delete this section
33 if you don't export anything, such as for a purely object-oriented module.
35 =head1 FUNCTIONS
37 =head2 function1
39 =cut
41 sub function1 {
44 =head2 function2
46 =cut
48 sub function2 {
51 =head1 AUTHOR
53 Andreas König, C<< <andreas.koenig.7os6VVqR at franz.ak.mind.de> >>
55 =head1 BUGS
57 Please report any bugs or feature requests to C<bug-acme-study-perl at rt.cpan.org>, or through
58 the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Study-Perl>.  I will be notified, and then you'll
59 automatically be notified of progress on your bug as I make changes.
64 =head1 SUPPORT
66 You can find documentation for this module with the perldoc command.
68     perldoc Acme::Study::Perl
71 You can also look for information at:
73 =over 4
75 =item * RT: CPAN's request tracker
77 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Study-Perl>
79 =item * AnnoCPAN: Annotated CPAN documentation
81 L<http://annocpan.org/dist/Acme-Study-Perl>
83 =item * CPAN Ratings
85 L<http://cpanratings.perl.org/d/Acme-Study-Perl>
87 =item * Search CPAN
89 L<http://search.cpan.org/dist/Acme-Study-Perl>
91 =back
94 =head1 ACKNOWLEDGEMENTS
97 =head1 COPYRIGHT & LICENSE
99 Copyright 2008 Andreas König, all rights reserved.
101 This program is free software; you can redistribute it and/or modify it
102 under the same terms as Perl itself.
105 =cut
107 1; # End of Acme::Study::Perl