Rename variable names for clearity
[gitmo/Mouse.git] / tool / generate-mouse-tiny.pl
index 9eb5c76..71d6b60 100644 (file)
@@ -99,22 +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 just Mouse itself, but it is in a single file.
-
-This is B<not> tiny. In fact, it requires a little more memory and time than Mouse.
-
-Use Mouse directly unless you know what you do.
-
-=cut
-
 EOF
 
 close $handle;