aboutsummaryrefslogtreecommitdiff
path: root/checkem
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-04 13:32:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-04 13:32:15 +1200
commit6c2418f3a38a0026cd02b929f6c8f5a6b6471cf5 (patch)
tree65b7d04fecb3e411fe625806a0028cfd117c4930 /checkem
parentJunk File::stat (diff)
downloadcheckem-6c2418f3a38a0026cd02b929f6c8f5a6b6471cf5.tar.gz
checkem-6c2418f3a38a0026cd02b929f6c8f5a6b6471cf5.zip
Better preamble and package name
Diffstat (limited to 'checkem')
-rwxr-xr-xcheckem9
1 files changed, 7 insertions, 2 deletions
diff --git a/checkem b/checkem
index c76be6e..3c222a9 100755
--- a/checkem
+++ b/checkem
@@ -1,7 +1,12 @@
#!/usr/bin/env perl
-# checkem - Find duplicate files with standard Perl libraries
-package Sanctum::Checkem;
+#
+# checkem: Find groups of duplicate files with libraries that have been in Perl
+# Core since version 5.9.3
+#
+
+# Package name
+package File::Checkem;
# Force me to write this properly
use warnings;