migrate repository to https://github.com/moose/MooseX-Singleton
[gitmo/MooseX-Singleton.git] / lib / MooseX / Singleton / Role / Meta / Instance.pm
index f5234d9..b513c2d 100644 (file)
@@ -2,8 +2,6 @@ package MooseX::Singleton::Role::Meta::Instance;
 use Moose::Role;
 use Scalar::Util 'weaken';
 
-our $VERSION = '0.25';
-$VERSION = eval $VERSION;
 
 sub get_singleton_instance {
     my ( $self, $instance ) = @_;
@@ -63,14 +61,12 @@ no Moose::Role;
 
 1;
 
+# ABSTRACT: Instance metaclass role for MooseX::Singleton
+
 __END__
 
 =pod
 
-=head1 NAME
-
-MooseX::Singleton::Role::Meta::Instance - Instance metaclass role for MooseX::Singleton
-
 =head1 DESCRIPTION
 
 This role overrides all object access so that it gets the appropriate