The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Double Linked Lists for Perl",
   "author" : [
      "Leon Timmermans <fawaka@gmail.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "List-DoubleLinked",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.034",
            "perl" : "5.008"
         }
      },
      "develop" : {
         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Pod::Coverage::TrustPod" : "0",
            "Test::More" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08",
            "blib" : "1.01",
            "perl" : "5.006"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Scalar::Util" : "0",
            "namespace::clean" : "0.20",
            "overload" : "0",
            "perl" : "5.008",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::Differences" : "0",
            "Test::More" : "0",
            "perl" : "5.008"
         }
      }
   },
   "provides" : {
      "List::DoubleLinked" : {
         "file" : "lib/List/DoubleLinked.pm",
         "version" : "0.004"
      },
      "List::DoubleLinked::Iterator" : {
         "file" : "lib/List/DoubleLinked/Iterator.pm",
         "version" : "0.004"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-list-doublelinked at rt.cpan.org",
         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=List-DoubleLinked"
      },
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/Leont/list-doublelinked.git",
         "web" : "https://github.com/Leont/list-doublelinked"
      }
   },
   "version" : "0.004"
}