summaryrefslogtreecommitdiff
path: root/t/004_all_pm_pod_spelling.t
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2018-01-03 20:36:37 +0100
committergregor herrmann <gregoa@debian.org>2018-01-03 20:36:37 +0100
commit5b7253046b660592f2e7db7afd2857c8ac517621 (patch)
tree0bb309447b14b81de91bc8542da855a8083732b9 /t/004_all_pm_pod_spelling.t
parentb3d0c9e280ed278158bcf1d15963b7c6f66057df (diff)
parent6e8abedfd93462d12874c2ba837012f2ab5eaaf9 (diff)
New upstream version 0.056
Diffstat (limited to 't/004_all_pm_pod_spelling.t')
-rw-r--r--t/004_all_pm_pod_spelling.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/004_all_pm_pod_spelling.t b/t/004_all_pm_pod_spelling.t
index 13599b21..0cb3ed6f 100644
--- a/t/004_all_pm_pod_spelling.t
+++ b/t/004_all_pm_pod_spelling.t
@@ -10,7 +10,7 @@ plan skip_all => "Test::Pod::Spelling or Text::Aspell not installed" unless eval
Test::Pod::Spelling->import(
spelling => {
allow_words => [qw(
- AES BLAKEb BLAKEs CPAN CRC ChaCha CryptX DCIT DER Diffie EAX ECCDH ECDH ECDSA Flickr HKDF JSON JWA JWK
+ ASN AES BLAKEb BLAKEs CPAN CRC ChaCha CryptX DCIT DER Diffie EAX ECCDH ECDH ECDSA Flickr HKDF JSON JWA JWK
Karel Miko OCB OCBv OID OMAC OO OpenSSL PBKDF PEM PKCS RIPEMD Rijndael SHA UUID RFC
decrypt decrypts interoperability cryptographically cryptographic octects
libtomcrypt libtommath
@@ -21,7 +21,7 @@ Test::Pod::Spelling->import(
},
);
-plan tests => 102;
+plan tests => 103;
my @files;
File::Find::find({ wanted=>sub { push @files, $_ if /\.pm$/ }, no_chdir=>1 }, 'lib');