Remove debugging code.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
cff76a3c65
commit
1a5b9dbcb1
|
@ -23,7 +23,6 @@ use warnings;
|
||||||
use NewsStats qw(:DEFAULT :TimePeriods ListNewsgroups ParseHierarchies ReadGroupList ParseHeaders);
|
use NewsStats qw(:DEFAULT :TimePeriods ListNewsgroups ParseHierarchies ReadGroupList ParseHeaders);
|
||||||
|
|
||||||
use DBI;
|
use DBI;
|
||||||
use Data::Dumper;
|
|
||||||
use Encode qw(decode encode);
|
use Encode qw(decode encode);
|
||||||
use Getopt::Long qw(GetOptions);
|
use Getopt::Long qw(GetOptions);
|
||||||
Getopt::Long::config ('bundling');
|
Getopt::Long::config ('bundling');
|
||||||
|
|
|
@ -51,7 +51,6 @@ require Exporter;
|
||||||
SQLSetBounds SQLBuildClause GetMaxLength)]);
|
SQLSetBounds SQLBuildClause GetMaxLength)]);
|
||||||
$VERSION = '0.4.0';
|
$VERSION = '0.4.0';
|
||||||
|
|
||||||
use Data::Dumper;
|
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
use Cwd qw(realpath);
|
use Cwd qw(realpath);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue