Skip to content

Commit

Permalink
Resolve functional merge conflict and style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Nov 25, 2024
1 parent e591458 commit 0d9b013
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ class PerlMozillaPublicsuffix(PerlPackage):
depends_on("perl-module-build", type="build")

depends_on("[email protected]:", type=("build", "run")) # AUTO-CPAN2Spack
depends_on("perl-uri", type="run") # AUTO-CPAN2Spack
depends_on("[email protected]:", type="build") # AUTO-CPAN2Spack
depends_on('perl-uri')
depends_on("perl-uri")

def patch(self):
"""HTTP::Tiny has a bad interaction with Errno.pm for Perl <5.22"""
Expand Down

0 comments on commit 0d9b013

Please sign in to comment.