summaryrefslogtreecommitdiffstats
path: root/lib/Spreadsheet/ParseXLSX/Decryptor.pm
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #51 from mazurin/masterJesse Luehrs2016-05-221-6/+6
|\ | | | | Attempt to correct the issue #50 (Encryption fails with perl-5.22.1 on HP-UX-ia64)
| * replace in pack() "V" to "L<"Alexey Mazurin2015-12-291-6/+6
| |
| * Attempt to correct the issue #50 (Encryption fails with perl-5.22.1 on ↵Alexey Mazurin2015-12-291-6/+6
| | | | | | | | HP-UX-ia64)
* | better error message when loading xls files (#52)Jesse Luehrs2016-05-221-0/+2
|/ | | | | | encrypted xlsx files use the same file container format as xls files, and so our simple heuristic here will identify xls files as encrypted xlsx files - we should bail out if we can't find encrypted data instead
* pod coverageJesse Luehrs2015-12-041-0/+9
|
* clean up various nitsJesse Luehrs2015-12-041-8/+14
|
* be a bit safer about filesJesse Luehrs2015-12-041-50/+28
| | | | don't use two-arg open, don't use File::Temp::tempfile
* split the decryptor modules out into their own filesJesse Luehrs2015-12-041-0/+222