aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckem4
1 files changed, 2 insertions, 2 deletions
diff --git a/checkem b/checkem
index 278f67e..b58ccbb 100755
--- a/checkem
+++ b/checkem
@@ -6,7 +6,7 @@
#
# Package name
-package File::Checkem;
+package File::Duplicates::Checkem;
# Force me to write this properly
use strict;
@@ -24,7 +24,7 @@ use Digest::SHA;
use 5.009003;
# Version number to make Perl::Critic happy
-our $VERSION = 2.4;
+our $VERSION = 2.5;
# If no arguments, work with the current working directory
croak 'Need at least one dir to search' if !@ARGV;