include required perl version in metadata
[p5sagit/Eval-WithLexicals.git] / Makefile.PL
index 233e2ed..a3db42a 100644 (file)
@@ -18,6 +18,7 @@ my %META = (
     runtime => {
       requires => {
         'Moo' => '0.009006',
+        'perl' => 5.008,
       },
     },
   },