aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-05-26 14:26:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-05-26 14:45:56 +1200
commitf46ba0e7c5381eefbada27f23e0e0a69f2537936 (patch)
tree4319389a722df07a07ea247c960acf1caa1df028
parentSource in UTF-8 (diff)
downloadMail-Run-Crypt-f46ba0e7c5381eefbada27f23e0e0a69f2537936.tar.gz
Mail-Run-Crypt-f46ba0e7c5381eefbada27f23e0e0a69f2537936.zip
Remove Data::Dumper debugging module
-rw-r--r--README.markdown1
-rwxr-xr-xcroncrypt1
2 files changed, 0 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 92650c7..436297b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -25,7 +25,6 @@ Put the `croncrypt` binary somewhere in your `crontab`’s `PATH`, and install
the following Perl modules:
* `Carp`
-* `Data::Dumper`
* `IPC::Open3`
* `Mail::GnuPG`
* `MIME::Entity`
diff --git a/croncrypt b/croncrypt
index b5a46e6..db67483 100755
--- a/croncrypt
+++ b/croncrypt
@@ -34,7 +34,6 @@ our $VERSION = 0.1;
# Pull in some required modules
use Carp;
-use Data::Dumper;
use IPC::Open3;
use Mail::GnuPG;
use MIME::Entity;