summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/NonMoose/InsideOut.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MooseX/NonMoose/InsideOut.pm')
-rw-r--r--lib/MooseX/NonMoose/InsideOut.pm18
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/MooseX/NonMoose/InsideOut.pm b/lib/MooseX/NonMoose/InsideOut.pm
index 58bdcbd..8946003 100644
--- a/lib/MooseX/NonMoose/InsideOut.pm
+++ b/lib/MooseX/NonMoose/InsideOut.pm
@@ -1,9 +1,6 @@
package MooseX::NonMoose::InsideOut;
use Moose::Exporter;
-
-=head1 NAME
-
-MooseX::NonMoose::InsideOut - easy subclassing of non-Moose non-hashref classes
+# ABSTRACT: easy subclassing of non-Moose non-hashref classes
=head1 SYNOPSIS
@@ -51,17 +48,4 @@ sub init_meta {
$package->$init_meta(@_);
}
-=head1 AUTHOR
-
- Jesse Luehrs <doy at tozt dot net>
-
-=head1 COPYRIGHT AND LICENSE
-
-This software is copyright (c) 2009 by Jesse Luehrs.
-
-This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
-
-=cut
-
1;