Codebase list libcapture-tiny-perl / upstream/0.16 META.json
upstream/0.16

Tree @upstream/0.16 (Download .tar.gz)

META.json @upstream/0.16raw · history · blame

{
   "abstract" : "Capture STDOUT and STDERR from Perl, XS or external programs",
   "author" : [
      "David Golden <dagolden@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Dist::Zilla version 4.300005, CPAN::Meta::Converter version 2.112621",
   "license" : [
      "apache_2_0"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Capture-Tiny",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "examples",
         "corpus"
      ],
      "package" : [
         "DB"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.30"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : 0,
            "Exporter" : 0,
            "File::Spec" : 0,
            "File::Temp" : 0,
            "IO::Handle" : 0,
            "Scalar::Util" : 0,
            "perl" : "5.006",
            "strict" : 0,
            "warnings" : 0
         }
      },
      "test" : {
         "requires" : {
            "Config" : 0,
            "File::Find" : 0,
            "IO::File" : 0,
            "Test::More" : "0.62"
         }
      }
   },
   "provides" : {
      "Capture::Tiny" : {
         "file" : "lib/Capture/Tiny.pm",
         "version" : "0.16"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-capture-tiny at rt.cpan.org",
         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Capture-Tiny"
      },
      "homepage" : "https://github.com/dagolden/capture-tiny",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/dagolden/capture-tiny.git",
         "web" : "https://github.com/dagolden/capture-tiny"
      }
   },
   "version" : "0.16"
}