dzilize this distro
[gitmo/MooseX-Singleton.git] / lib / MooseX / Singleton / Role / Meta / Method / Constructor.pm
index d186ade..f8f049e 100644 (file)
@@ -1,8 +1,6 @@
 package MooseX::Singleton::Role::Meta::Method::Constructor;
 use Moose::Role;
 
-our $VERSION = '0.25';
-$VERSION = eval $VERSION;
 
 if ( $Moose::VERSION < 1.9900 ) {
     override _initialize_body => sub {
@@ -98,14 +96,12 @@ no Moose::Role;
 
 1;
 
+# ABSTRACT: Constructor method role for MooseX::Singleton
+
 __END__
 
 =pod
 
-=head1 NAME
-
-MooseX::Singleton::Role::Meta::Method::Constructor - Constructor method role for MooseX::Singleton
-
 =head1 DESCRIPTION
 
 This role overrides the generated object C<new> method so that it returns the