aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-05 09:14:55 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-05 09:14:55 +1300
commit59752e3a5de851d901bfcf7df59ce8d7781e62c9 (patch)
tree060d97502af4237fb48571dcdf15bf6aa5d13d9c /lib
parentAdd a stopword (diff)
downloadList-Breakdown-59752e3a5de851d901bfcf7df59ce8d7781e62c9.tar.gz
List-Breakdown-59752e3a5de851d901bfcf7df59ce8d7781e62c9.zip
Add two "no critic" lines
Diffstat (limited to 'lib')
-rw-r--r--lib/List/Breakdown.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm
index 6e49b39..96104b7 100644
--- a/lib/List/Breakdown.pm
+++ b/lib/List/Breakdown.pm
@@ -1,3 +1,4 @@
+## no critic (RequirePODUseEncodingUTF8)
package List::Breakdown;
# Force me to write this properly
@@ -12,7 +13,7 @@ use 5.006;
use Carp;
# Handle exporting in a way Perl v5.6 should tolerate
-use base qw(Exporter);
+use base qw(Exporter); ## no critic (ProhibitUseBase)
our @EXPORT_OK = 'breakdown';
# Specify package version