Begin work to GetOpt::Long (just started, obviously 😆)

This commit is contained in:
Bradley M. Kuhn 2016-04-28 19:08:50 -07:00
parent aafd95a24b
commit ec22febde3

View file

@ -28,6 +28,7 @@ use feature 'unicode_strings';
use Encode qw(encode decode); use Encode qw(encode decode);
use Text::Autoformat qw(autoformat); use Text::Autoformat qw(autoformat);
use File::Temp (); use File::Temp ();
use Getopt::Long;
###################################################################### ######################################################################
sub ReadRecentWeatherAlerts ($) { sub ReadRecentWeatherAlerts ($) {