{
   "abstract" : "Longest Common Subsequence",
   "author" : [
      "Helmut Wollmersdorfer <helmut.wollmersdorfer@gmail.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Milla version v1.0.16, Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "LCS",
   "no_index" : {
      "directory" : [
         "eg",
         "examples",
         "inc",
         "share",
         "t",
         "xt"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::Pod" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.039"
         }
      },
      "develop" : {
         "requires" : {
            "Dist::Milla" : "v1.0.16",
            "Test::MinimumVersion" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "0",
            "Test::PureASCII" : "0",
            "Test::Spelling" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "perl" : "5.008000"
         }
      },
      "test" : {
         "requires" : {
            "Test::Deep" : "0",
            "Test::More" : "0.88"
         }
      }
   },
   "provides" : {
      "LCS" : {
         "file" : "lib/LCS.pm",
         "version" : "0.11"
      },
      "LCS::Tiny" : {
         "file" : "lib/LCS/Tiny.pm",
         "version" : "0.11"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/wollmers/LCS/issues"
      },
      "homepage" : "https://github.com/wollmers/LCS",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/wollmers/LCS.git",
         "web" : "https://github.com/wollmers/LCS"
      }
   },
   "version" : "0.11",
   "x_contributors" : [
      "Helmut Wollmersdorfer <helmut@wollmersdorfer.at>",
      "Helmut Wollmersdorfer <helmut.wollmersdorfer@fixpunkt.de>"
   ],
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0115"
}