{
   "abstract" : "allow differences in the compared elements of Longest Common Subsequence (LCS) Algorithm",
   "author" : [
      "Helmut Wollmersdorfer <helmut.wollmersdorfer@gmail.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.034, Dist::Milla version v1.0.14, CPAN::Meta::Converter version 2.150005",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "LCS-Similar",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "inc",
         "share",
         "eg",
         "examples"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.039"
         }
      },
      "develop" : {
         "requires" : {
            "Dist::Milla" : "v1.0.14",
            "Test::MinimumVersion" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "0",
            "Test::PureASCII" : "0",
            "Test::Spelling" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "perl" : "5.010001"
         }
      },
      "test" : {
         "requires" : {
            "LCS" : "0",
            "Test::Deep" : "0",
            "Test::More" : "0.88"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/wollmers/LCS-Similar/issues"
      },
      "homepage" : "https://github.com/wollmers/LCS-Similar",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/wollmers/LCS-Similar.git",
         "web" : "https://github.com/wollmers/LCS-Similar"
      }
   },
   "version" : "0.03",
   "x_contributors" : [
      "Helmut Wollmersdorfer <helmut@wollmersdorfer.at>"
   ]
}