projects
/
gitmo/MooseX-InsideOut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6446826
)
duh, put $VERSION in code, not pod
hdp [Tue, 29 Jan 2008 13:12:47 +0000 (13:12 +0000)]
lib/MooseX/InsideOut.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/InsideOut.pm
b/lib/MooseX/InsideOut.pm
index
4b54e13
..
4f993f5
100644
(file)
--- 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;