Commit bb3478e6 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

use 5.010;

parent 15ec5a52
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;