Edit

IABSD.fr/ports/www/p5-WWW-Mechanize-TreeBuilder/patches

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:09:36
    Hash : ec148031
    Message : drop RCS Ids

  • patch-Makefile_PL
  • Fix in perl 5.26.0+ (no . in @inc by default)
    Index: Makefile.PL
    --- Makefile.PL.orig
    +++ Makefile.PL
    @@ -1,3 +1,4 @@
    +BEGIN { push @INC, '.'; }
     use inc::Module::Install;
     
     perl_version    '5.008001';