ssimms / pdfapi2

Create, modify, and examine PDF files in Perl
Other
15 stars 20 forks source link

Fix validating PDF date in CreationDate and ModDate metadata. #63

Closed sciurius closed 1 year ago

sciurius commented 1 year ago

Note that the regexp used in _is_date is slightly different from the one discussed in issue #62, it doesn't capture the apostrophes in $8 and $9.

sciurius commented 1 year ago

Anything else you need to fix this?

ssimms commented 1 year ago

Nothing else needed -- this just came in while I was preparing for a long road trip. Thanks for the pull request, and I've committed a similar version with a change noted in issue #62.