The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Algorithm::DependencySolver - A dependency solver for scheduling access to a shared resource",
   "author" : [
      "Code by Colin Horne, Tests by Alex Balhatchet"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.120921",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Algorithm-DependencySolver",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.30"
         }
      },
      "develop" : {
         "requires" : {
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "Data::Dumper" : "2.139",
            "Graph" : "0.94",
            "Graph::Convert" : "0.09",
            "Graph::Easy" : "0.72",
            "List::Compare" : "0.37",
            "List::MoreUtils" : "0.33",
            "Moose" : "2.0604",
            "MooseX::FollowPBP" : "0.05",
            "MooseX::Method::Signatures" : "0.44"
         }
      },
      "test" : {
         "requires" : {
            "File::Spec::Functions" : "3.00",
            "File::Type" : "0.22",
            "File::Which" : "1.09",
            "Test::Deep" : "0.110",
            "Test::Exception" : "0.31",
            "Test::More" : "0.98",
            "Test::TempDir" : "0.05"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/lokku/Algorithm-DependencySolver",
         "web" : "http://github.com/lokku/Algorithm-DependencySolver"
      }
   },
   "version" : "0.06"
}