aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;