set minimum required version of perl to 5.6 (let's see what the smokers think)
[catagits/Web-Simple.git] / lib / Web / Simple.pm
index 23d0440..697bb62 100644 (file)
@@ -1,7 +1,6 @@
 package Web::Simple;
 
 use strictures 1;
-use 5.008;
 use warnings::illegalproto ();
 use Moo ();
 use Web::Dispatch::Wrapper ();