aboutsummaryrefslogtreecommitdiff
path: root/checkem
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-09 15:07:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-09 15:07:51 +1200
commit1ce8791cb490e86ee67dbcfc7f2d2d54fcf2e893 (patch)
treec23aa6a4961e45d6dcd5fd13721f794354911058 /checkem
parentAdd Tim to the contributors (diff)
downloadcheckem-1ce8791cb490e86ee67dbcfc7f2d2d54fcf2e893.tar.gz (sig)
checkem-1ce8791cb490e86ee67dbcfc7f2d2d54fcf2e893.zip
Slightly better package namev2.5
Diffstat (limited to 'checkem')
-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;