Codebase list libtest-inter-perl / fresh-snapshots/main META.json
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

META.json @fresh-snapshots/mainraw · history · blame

{
   "abstract" : "framework for more readable interactive test scripts",
   "author" : [
      "Sullivan Beck (sbeck@cpan.org)"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Test-Inter",
   "no_index" : {
      "directory" : [
         "t",
         "inc"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.30"
         }
      },
      "runtime" : {
         "requires" : {
            "Cwd" : "0",
            "File::Basename" : "0",
            "IO::File" : "0",
            "perl" : "5.006"
         }
      },
      "test" : {
         "requires" : {
            "File::Find::Rule" : "0",
            "Test::More" : "0",
            "Test::Pod" : "1.00",
            "Test::Pod::Coverage" : "1.00"
         }
      }
   },
   "provides" : {
      "Test::Inter" : {
         "file" : "lib/Test/Inter.pm",
         "version" : "1.10"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/SBECK-github/Test-Inter.git",
         "web" : "https://github.com/SBECK-github/Test-Inter"
      }
   },
   "version" : "1.10",
   "x_serialization_backend" : "JSON::PP version 4.07"
}