From: Uri Guttman Date: Mon, 22 Dec 2008 06:42:31 +0000 (-0500) Subject: created the madness sub and edited the pod. deleted some useless tests. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b0eef141cb1ce34d20ad3392d99a094f8ad66dc;p=urisagit%2FAcme-Madness.git created the madness sub and edited the pod. deleted some useless tests. --- diff --git a/lib/Acme/Madness.pm b/lib/Acme/Madness.pm index 75bd7da..739113c 100644 --- a/lib/Acme/Madness.pm +++ b/lib/Acme/Madness.pm @@ -5,47 +5,24 @@ use strict; =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 @@ -54,45 +31,15 @@ Uri Guttman, C<< >> =head1 BUGS -Please report any bugs or feature requests to C, or through -the web interface at L. 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 - -=item * AnnoCPAN: Annotated CPAN documentation - -L - -=item * CPAN Ratings - -L - -=item * Search CPAN - -L - -=back - +No support is available. Use at your own risk. =head1 ACKNOWLEDGEMENTS +Who would I acknowledge for this? =head1 COPYRIGHT & LICENSE @@ -101,7 +48,6 @@ Copyright 2008 Uri Guttman, all rights reserved. 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