diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index 55c2dad..302e587 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -23,7 +23,6 @@ use warnings; use NewsStats qw(:DEFAULT :TimePeriods ListNewsgroups ParseHierarchies ReadGroupList ParseHeaders); use DBI; -use Data::Dumper; use Encode qw(decode encode); use Getopt::Long qw(GetOptions); Getopt::Long::config ('bundling'); diff --git a/lib/NewsStats.pm b/lib/NewsStats.pm index f50ba94..99bc185 100644 --- a/lib/NewsStats.pm +++ b/lib/NewsStats.pm @@ -51,7 +51,6 @@ require Exporter; SQLSetBounds SQLBuildClause GetMaxLength)]); $VERSION = '0.4.0'; -use Data::Dumper; use File::Basename; use Cwd qw(realpath);