Blob Blame History Raw
{
   "abstract" : "A module for reading .ini-style configuration files.",
   "author" : [
      "Shlomi Fish <shlomif@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.047, CPAN::Meta::Converter version 2.150005",
   "keywords" : [
      "config",
      "configuration",
      "files",
      "ini",
      "ini",
      "files",
      "pure-perl",
      "tested",
      "tie",
      "windows"
   ],
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Config-IniFiles",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Module::Build" : "0.28"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "Module::Build" : "0.28"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::CPAN::Changes" : "0.19",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Fcntl" : "0",
            "File::Basename" : "0",
            "File::Temp" : "0",
            "IO::Scalar" : "0",
            "List::Util" : "1.33",
            "Symbol" : "0",
            "perl" : "5.008",
            "strict" : "0",
            "vars" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "English" : "0",
            "Exporter" : "0",
            "File::Spec" : "0",
            "File::Temp" : "0",
            "IO::File" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Scalar::Util" : "0",
            "Test::More" : "0",
            "base" : "0",
            "blib" : "1.01",
            "lib" : "0"
         }
      }
   },
   "provides" : {
      "Config::IniFiles" : {
         "file" : "lib/Config/IniFiles.pm",
         "version" : "2.94"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-config-inifiles@rt.cpan.org",
         "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-IniFiles"
      },
      "repository" : {
         "type" : "git",
         "url" : "ssh://git@github.com:shlomif/perl-Config-IniFiles.git",
         "web" : "https://github.com/shlomif/perl-Config-IniFiles"
      }
   },
   "version" : "2.94"
}