Codebase list libextutils-depends-perl / 6cdd62b
Apply multi-arch hints. + libextutils-depends-perl: Add :any qualifier for perl dependency. Changes-By: apply-multiarch-hints Debian Janitor 1 year, 6 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1515 Architecture: all
1616 Depends: ${misc:Depends},
1717 ${perl:Depends},
18 perl (>= 5.31.8)
18 perl:any (>= 5.31.8)
1919 Description: Perl module for building extensions that depend on other extensions
2020 ExtUtils::Depends tries to make it easy to build Perl extensions that use
2121 functions and typemaps provided by other perl extensions. This means that a