perl-net-saml2 / perl-XML-Sig

XML::Sig - A Perl toolkit to help sign and verify XML Digital Signatures.
https://metacpan.org/pod/XML::Sig
1 stars 2 forks source link

Cleanup dist.ini: AutoPrereq catches most of the deps #42

Closed waterkip closed 2 years ago

waterkip commented 2 years ago

Fix wildcard issue from MANIFEST.SKIP, the regexp gave too many errors:

^ matches null string many times in regex; marked by <-- HERE in m/(?:dev)|(?:.git)|(?:XML-Sig)|(?:MANIFEST.SKIP)|(?:MANIFEST.bak)|(?:^ <-- HERE ~$)|(?:^Makefile$)|(?:t/010_debug_xmlsec.t)|(?:MYMETA.*)/ at /usr/share/perl/5.34/ExtUtils/Manifest.pm line 440.

Signed-off-by: Wesley Schwengle wesley@opndev.io