=head1 NAME
-Acme::Madness - The great new Acme::Madness!
-
-=head1 VERSION
-
-Version 0.01
-
-=cut
-
-our $VERSION = '0.01';
+Acme::Madness
+our $VERSION = '1.00';
=head1 SYNOPSIS
-Quick summary of what the module does.
-
-Perhaps a little code snippet.
-
- use Acme::Madness;
-
- my $foo = Acme::Madness->new();
- ...
-
-=head1 EXPORT
-
-A list of functions that can be exported. You can delete this section
-if you don't export anything, such as for a purely object-oriented module.
+ use base 'Acme::Madness' ;
=head1 FUNCTIONS
-=head2 function1
-
-=cut
-
-sub function1 {
-}
+=head2 madness
-=head2 function2
+Inherit from this module to add a some madness to your methods. There
+is only a single empty sub called madness.
=cut
-sub function2 {
+sub madness {
}
=head1 AUTHOR
=head1 BUGS
-Please report any bugs or feature requests to C<bug-acme-madness at rt.cpan.org>, or through
-the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Madness>. I will be notified, and then you'll
-automatically be notified of progress on your bug as I make changes.
-
-
-
+No bugs are possible. No changes will ever be made to this module.
=head1 SUPPORT
-You can find documentation for this module with the perldoc command.
-
- perldoc Acme::Madness
-
-
-You can also look for information at:
-
-=over 4
-
-=item * RT: CPAN's request tracker
-
-L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Madness>
-
-=item * AnnoCPAN: Annotated CPAN documentation
-
-L<http://annocpan.org/dist/Acme-Madness>
-
-=item * CPAN Ratings
-
-L<http://cpanratings.perl.org/d/Acme-Madness>
-
-=item * Search CPAN
-
-L<http://search.cpan.org/dist/Acme-Madness/>
-
-=back
-
+No support is available. Use at your own risk.
=head1 ACKNOWLEDGEMENTS
+Who would I acknowledge for this?
=head1 COPYRIGHT & LICENSE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
-
=cut
1; # End of Acme::Madness