created the madness sub and edited the pod. deleted some useless tests.
[urisagit/Acme-Madness.git] / lib / Acme / Madness.pm
CommitLineData
fdd8d5fb 1package Acme::Madness;
2
3use warnings;
4use strict;
5
6=head1 NAME
7
9b0eef14 8Acme::Madness
fdd8d5fb 9
9b0eef14 10our $VERSION = '1.00';
fdd8d5fb 11
12=head1 SYNOPSIS
13
9b0eef14 14 use base 'Acme::Madness' ;
fdd8d5fb 15
16=head1 FUNCTIONS
17
9b0eef14 18=head2 madness
fdd8d5fb 19
9b0eef14 20Inherit from this module to add a some madness to your methods. There
21is only a single empty sub called madness.
fdd8d5fb 22
23=cut
24
9b0eef14 25sub madness {
fdd8d5fb 26}
27
28=head1 AUTHOR
29
30Uri Guttman, C<< <uri at cpan.org> >>
31
32=head1 BUGS
33
9b0eef14 34No bugs are possible. No changes will ever be made to this module.
fdd8d5fb 35
36=head1 SUPPORT
37
9b0eef14 38No support is available. Use at your own risk.
fdd8d5fb 39
40=head1 ACKNOWLEDGEMENTS
41
9b0eef14 42Who would I acknowledge for this?
fdd8d5fb 43
44=head1 COPYRIGHT & LICENSE
45
46Copyright 2008 Uri Guttman, all rights reserved.
47
48This program is free software; you can redistribute it and/or modify it
49under the same terms as Perl itself.
50
fdd8d5fb 51=cut
52
531; # End of Acme::Madness