summaryrefslogtreecommitdiffstats
path: root/lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm')
-rw-r--r--lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm b/lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm
index c6a0f7c..87d73dc 100644
--- a/lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm
+++ b/lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm
@@ -97,4 +97,14 @@ sub verifyPassword {
die "Wrong password: $self" unless ($encryptedVerifierHash0 eq $encryptedVerifierHash);
}
+=begin Pod::Coverage
+
+ decrypt
+ decryptFile
+ verifyPassword
+
+=end Pod::Coverage
+
+=cut
+
1;