Makefile.PL
[gitmo/Moo.git] / lib / Moo.pm
index f64067b..fdaec57 100644 (file)
@@ -3,6 +3,9 @@ package Moo;
 use strictures 1;
 use Moo::_Utils;
 
+our $VERSION = '0.009001'; # 0.9.1
+$VERSION = eval $VERSION;
+
 our %MAKERS;
 
 sub import {