Codebase list libhttp-cookiejar-perl / a6327f3d-1a8c-4c33-aff3-07cbf35fa007/main META.json
a6327f3d-1a8c-4c33-aff3-07cbf35fa007/main

Tree @a6327f3d-1a8c-4c33-aff3-07cbf35fa007/main (Download .tar.gz)

META.json @a6327f3d-1a8c-4c33-aff3-07cbf35fa007/mainraw · history · blame

{
   "abstract" : "A minimalist HTTP user agent cookie jar",
   "author" : [
      "David Golden <dagolden@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "apache_2_0"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "HTTP-CookieJar",
   "no_index" : {
      "directory" : [
         "corpus",
         "examples",
         "t",
         "xt"
      ],
      "package" : [
         "DB"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.17",
            "perl" : "5.008001"
         }
      },
      "develop" : {
         "requires" : {
            "Dist::Zilla" : "5",
            "Dist::Zilla::Plugin::Prereqs" : "0",
            "Dist::Zilla::Plugin::ReleaseStatus::FromVersion" : "0",
            "Dist::Zilla::Plugin::RemovePrereqs" : "0",
            "Dist::Zilla::PluginBundle::DAGOLDEN" : "0.072",
            "File::Spec" : "0",
            "File::Temp" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Pod::Coverage::TrustPod" : "0",
            "Pod::Wordlist" : "0",
            "Software::License::Apache_2_0" : "0",
            "Test::CPAN::Meta" : "0",
            "Test::MinimumVersion" : "0",
            "Test::More" : "0",
            "Test::Perl::Critic" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08",
            "Test::Portability::Files" : "0",
            "Test::Spelling" : "0.12",
            "Test::Version" : "1"
         }
      },
      "runtime" : {
         "recommends" : {
            "Mozilla::PublicSuffix" : "0"
         },
         "requires" : {
            "Carp" : "0",
            "HTTP::Date" : "0",
            "Time::Local" : "1.1901",
            "parent" : "0",
            "perl" : "5.008001",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",
            "Test::Deep" : "0",
            "Test::More" : "0.96",
            "Test::Requires" : "0",
            "Time::Local" : "1.1901",
            "URI" : "0",
            "lib" : "0",
            "perl" : "5.008001"
         }
      }
   },
   "provides" : {
      "HTTP::CookieJar" : {
         "file" : "lib/HTTP/CookieJar.pm",
         "version" : "0.010"
      },
      "HTTP::CookieJar::LWP" : {
         "file" : "lib/HTTP/CookieJar/LWP.pm",
         "version" : "0.010"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/dagolden/HTTP-CookieJar/issues"
      },
      "homepage" : "https://github.com/dagolden/HTTP-CookieJar",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/dagolden/HTTP-CookieJar.git",
         "web" : "https://github.com/dagolden/HTTP-CookieJar"
      }
   },
   "version" : "0.010",
   "x_authority" : "cpan:DAGOLDEN",
   "x_contributors" : [
      "Dan Book <grinnz@grinnz.com>",
      "David Golden <xdg@xdg.me>",
      "jvolkening <jdv@base2bio.com>"
   ],
   "x_generated_by_perl" : "v5.32.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
   "x_spdx_expression" : "Apache-2.0"
}