summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-07 00:11:31 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-07 00:11:31 +0100
commitbb3478e623b84a9c0fd5f346fdf8f84168557c18 (patch)
treef075dea87d490df620916526949453497f488892
parent15ec5a52bae9956ee99856c920ca28956709208e (diff)
use 5.010;
-rwxr-xr-xbin/efa1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/efa b/bin/efa
index d7db6e7..fe5ab6e 100755
--- a/bin/efa
+++ b/bin/efa
@@ -3,6 +3,7 @@
## License: WTFPL <http://sam.zoy.org/wtfpl>
use strict;
use warnings;
+use 5.010;
use encoding 'utf8';
use Getopt::Long;
use WWW::Mechanize;