diff --git a/banned.lst b/banned.lst index 4577401..9eb88fc 100644 --- a/banned.lst +++ b/banned.lst @@ -1,3 +1,4 @@ Inline::Octave mod_perl2 Vcf4_0 +VcfReader diff --git a/dumpstor.pl b/dumpstor.pl index 10ca6ce..95eda02 100755 --- a/dumpstor.pl +++ b/dumpstor.pl @@ -2,5 +2,6 @@ use Data::Dumper; use Storable; +#$Data::Dumper::Terse = 1; print Dumper(retrieve $ARGV[0]);