--- a/lib/Exim/Grey.pm Tue May 24 16:35:24 2016 +0200
+++ b/lib/Exim/Grey.pm Wed Jun 01 00:54:05 2016 +0200
@@ -5,11 +5,9 @@
use base 'Exporter';
use Carp;
-our @EXPORT_OK = qw(unseen getDBDir connectDB getDefault);
-our %EXPORT_TAGS = (
- all => \@EXPORT_OK,
-);
-our $VERSION = '2.0';
+our @EXPORT_OK = qw(unseen getDBDir connectDB getDefault);
+our %EXPORT_TAGS = (all => \@EXPORT_OK,);
+our $VERSION = '2.0';
# You may choose, but DB_File's footprint is smaller.
# perl -MDB_File -e 'tie %h, ...': real 0m0.063s