Merge pull request #2579 from philsmd/tests_remove_asn1_package

tests: remove requirement Convert::ASN1
This commit is contained in:
Jens Steube
2020-10-13 11:22:31 +02:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ use warnings;
use Crypt::CBC;
use Crypt::PBKDF2;
use Convert::ASN1 qw(:io);
sub module_constraints { [[0, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }

View File

@@ -10,7 +10,6 @@ use warnings;
use Crypt::CBC;
use Crypt::PBKDF2;
use Convert::ASN1 qw(:io);
sub module_constraints { [[0, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }