diff options
-rw-r--r-- | RPM4/NEWS | 1 | ||||
-rw-r--r-- | RPM4/src/Makefile.PL | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,5 @@ - cpan testers: + o detect rpm-4.1[0-2] which had another rpmPkgSign API o list dependancies o skip a test with rpm-4.1[12] due to a segfault o use PkgConfig in order to find rpm diff --git a/RPM4/src/Makefile.PL b/RPM4/src/Makefile.PL index fd81e27..58457da 100644 --- a/RPM4/src/Makefile.PL +++ b/RPM4/src/Makefile.PL @@ -37,6 +37,12 @@ foreach (qw( 4.9.1 4.9.1.1 4.9.1.2 + 4.10.0 + 4.11.0 + 4.11.1 + 4.11.2 + 4.11.3 + 4.12.0 4.12.90 )) { my $v = $_; |