projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2a1fb9c
)
Doh, I am dumb
Dave Rolsky [Thu, 21 Aug 2008 15:45:37 +0000 (15:45 +0000)]
lib/MooseX/StrictConstructor.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/StrictConstructor.pm
b/lib/MooseX/StrictConstructor.pm
index
133bf96
..
a1c4a5d
100644
(file)
--- a/
lib/MooseX/StrictConstructor.pm
+++ b/
lib/MooseX/StrictConstructor.pm
@@
-4,7
+4,7
@@
use strict;
use warnings;
our $VERSION = '0.06_01';
-eval $VERSION = $VERSION;
+$VERSION = eval $VERSION;
use Class::MOP ();
use Moose ();