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