X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FInsideOut.pm;h=4f993f51b4f994212cdd6626777f6eb35ddd36b0;hb=0a374e17c5aa55926f05fb5f2918ff5215590a7f;hp=4b54e133db2bfa82cfcf9a66cad27a6c112bcc8c;hpb=644682682772cbb1724ee6cabfeee4b8a66bd457;p=gitmo%2FMooseX-InsideOut.git diff --git a/lib/MooseX/InsideOut.pm b/lib/MooseX/InsideOut.pm index 4b54e13..4f993f5 100644 --- a/lib/MooseX/InsideOut.pm +++ b/lib/MooseX/InsideOut.pm @@ -6,6 +6,8 @@ package MooseX::InsideOut; use metaclass 'MooseX::InsideOut::Meta::Class'; use Moose; +our $VERSION = '0.001'; + 1; __END__ @@ -17,10 +19,6 @@ MooseX::InsideOut - inside-out objects with Moose Version 0.001 -=cut - -our $VERSION = '0.001'; - =head1 SYNOPSIS package My::Object;