duh, put $VERSION in code, not pod
hdp [Tue, 29 Jan 2008 13:12:47 +0000 (13:12 +0000)]
lib/MooseX/InsideOut.pm

index 4b54e13..4f993f5 100644 (file)
@@ -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;