The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "An N-ary tree",
   "author" : [
      "Ron Savage <ron@savage.net.au>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.421",
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Tree",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Data::Dumper" : "2.136",
            "Exporter" : "5.66",
            "Scalar::Util" : "1.1",
            "Test::Deep" : "0.088",
            "Test::Exception" : "0.15",
            "Test::More" : "0.47",
            "Test::Warn" : "0.08",
            "base" : "0",
            "constant" : "0",
            "overload" : "0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.4"
         }
      },
      "runtime" : {
         "requires" : {
            "Scalar::Util" : "1.1",
            "perl" : "v5.6.0"
         }
      }
   },
   "provides" : {
      "Tree" : {
         "file" : "lib/Tree.pm",
         "version" : "1.07"
      },
      "Tree::Binary2" : {
         "file" : "lib/Tree/Binary2.pm",
         "version" : "1.07"
      },
      "Tree::Fast" : {
         "file" : "lib/Tree/Fast.pm",
         "version" : "1.07"
      },
      "Tree::Null" : {
         "file" : "lib/Tree/Fast.pm",
         "version" : "1.07"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://www.perlfoundation.org/artistic_license_2_0"
      ],
      "repository" : {
         "url" : "https://github.com/ronsavage/Tree"
      }
   },
   "version" : "1.07"
}