From: gfx Date: Mon, 7 Dec 2009 05:31:01 +0000 (+0900) Subject: Make Mouse/Tiny.pod X-Git-Tag: 0.43~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=483111589df87c90ac897c386c79fbbf1e1aeabb Make Mouse/Tiny.pod --- diff --git a/lib/Mouse/Tiny.pod b/lib/Mouse/Tiny.pod new file mode 100644 index 0000000..67e6a36 --- /dev/null +++ b/lib/Mouse/Tiny.pod @@ -0,0 +1,22 @@ + +=head1 NAME + +Mouse::Tiny - Mouse in a single file + +=head1 VERSION + +This document describes Mouse version 0.42 + +=head1 DESCRIPTION + +Mouse::Tiny is Mouse, but it is in a single file. + +This is B tiny. In fact, it requires a little more memory and time than Mouse. + +Use Mouse unless you know what you are doing. + +=head1 SEE ALSO + +L + +=cut diff --git a/tool/generate-mouse-tiny.pl b/tool/generate-mouse-tiny.pl index 508f7ef..71d6b60 100644 --- a/tool/generate-mouse-tiny.pl +++ b/tool/generate-mouse-tiny.pl @@ -99,26 +99,6 @@ package Mouse::Tiny; Mouse::Exporter->setup_import_methods(also => 'Mouse'); 1; -__END__ - -=head1 NAME - -Mouse::Tiny - Mouse in a single file - -=head1 DESCRIPTION - -Mouse::Tiny is Mouse, but it is in a single file. - -This is B tiny. In fact, it requires a little more memory and time than Mouse. - -Use Mouse directly unless you know what you are doing. - -=head1 SEE ALSO - -L - -=cut - EOF close $handle;