From bb3478e623b84a9c0fd5f346fdf8f84168557c18 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Mar 2009 00:11:31 +0100 Subject: use 5.010; --- bin/efa | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/efa b/bin/efa index d7db6e7..fe5ab6e 100755 --- a/bin/efa +++ b/bin/efa @@ -3,6 +3,7 @@ ## License: WTFPL use strict; use warnings; +use 5.010; use encoding 'utf8'; use Getopt::Long; use WWW::Mechanize; -- cgit v1.2.3