Commit 5345c491 authored by Yongun Seong's avatar Yongun Seong Committed by Anderson Torres
Browse files

perlPackages.libwwwperl: init at 6.70

parent 9060f35c
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -13100,6 +13100,22 @@ with self; {
    };
  };
  libwwwperl = buildPerlPackage {
    pname = "libwww-perl";
    version = "6.70";
    src = fetchurl {
      url = "mirror://cpan/authors/id/S/SI/SIMBABQUE/libwww-perl-6.70.tar.gz";
      hash = "sha256-NPANI0R1e5wLVa01gI1T6T19kvekZOyDf+anPFH7WWk=";
    };
    buildInputs = [ HTTPDaemon TestFatal TestNeeds TestRequiresInternet ];
    propagatedBuildInputs = [ EncodeLocale FileListing HTMLParser HTTPCookieJar HTTPCookies HTTPDate HTTPMessage HTTPNegotiate LWPMediaTypes NetHTTP TryTiny URI WWWRobotRules ];
    meta = {
      homepage = "https://github.com/libwww-perl/libwww-perl";
      description = "The World-Wide Web library for Perl";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  libxml_perl = buildPerlPackage {
    pname = "libxml-perl";
    version = "0.08";