From: hdp Date: Tue, 29 Jan 2008 13:12:47 +0000 (+0000) Subject: duh, put $VERSION in code, not pod X-Git-Tag: 0.003~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0a374e17c5aa55926f05fb5f2918ff5215590a7f;hp=644682682772cbb1724ee6cabfeee4b8a66bd457;p=gitmo%2FMooseX-InsideOut.git duh, put $VERSION in code, not pod --- 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;