diff --git a/dist.ini b/dist.ini index dfd0e05..40116dd 100644 --- a/dist.ini +++ b/dist.ini @@ -4,11 +4,10 @@ license = Apache_2_0 copyright_holder = David Golden [@DAGOLDEN] -:version = 0.022 -stopwords = KeyPair -stopwords = KeyPairs -stopwords = Keypair -stopwords = Keypairs -stopwords = Multi -stopwords = Param - +:version = 0.043 +stopwords = Bohne +stopwords = keypair +stopwords = keypairs +stopwords = multi +stopwords = param +stopwords = unbundled diff --git a/lib/Getopt/Lucid/Exception.pm b/lib/Getopt/Lucid/Exception.pm index 967ed3d..a24a2f9 100644 --- a/lib/Getopt/Lucid/Exception.pm +++ b/lib/Getopt/Lucid/Exception.pm @@ -42,3 +42,8 @@ sub throw_usage { 1; +=for Pod::Coverage +description +throw_argv +throw_spec +throw_usage diff --git a/perlcritic.rc b/perlcritic.rc index 70c555d..4b7ed65 100644 --- a/perlcritic.rc +++ b/perlcritic.rc @@ -10,7 +10,6 @@ allow = $@ $! [-ControlStructures::ProhibitUnlessBlocks] [-Documentation::RequirePodSections] [-InputOutput::ProhibitInteractiveTest] -[-Miscellanea::RequireRcsKeywords] [-References::ProhibitDoubleSigils] [-RegularExpressions::RequireExtendedFormatting] [-InputOutput::ProhibitTwoArgOpen]