From: Karen Etheridge Date: Fri, 23 Aug 2013 00:03:50 +0000 (-0700) Subject: be clear why we require 5.8.0 X-Git-Tag: v0.010000~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4bc06d35daabe01d70b5fbe96c09c1e26565be59;p=p5sagit%2FApp-FatPacker.git be clear why we require 5.8.0 --- diff --git a/Makefile.PL b/Makefile.PL index 9b4d0e1..6b2980c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,6 +27,7 @@ WriteMakefile( }, }, requires => { + # B::perlstring was added in 5.8.0 perl => '5.008000', }, },