lib/Exim/Grey.pm
changeset 63 8525154c1389
parent 61 68eb79f3f500
child 66 16b4815a6a15
--- 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