Help language development. Donate to The Perl Foundation

Text::Diff zef:rbt last updated on 2021-11-23

META6.json
{
  "auth": "zef:rbt",
  "authors": [
    "Rod Taylor <[email protected]>"
  ],
  "build-depends": [
  ],
  "depends": [
    "Algorithm::Diff",
    "Text::Tabs:ver<1.0+>"
  ],
  "description": "Perform line-by-line diffs on files and record sets",
  "license": "Artistic-2.0",
  "meta-version": "1",
  "name": "Text::Diff",
  "perl": "6.d",
  "provides": {
    "Text::Diff": "lib/Text/Diff.pm6",
    "Text::Diff::Output": "lib/Text/Diff/Output.pm6",
    "Text::Diff::Table": "lib/Text/Diff/Table.pm6"
  },
  "resources": [
  ],
  "source-url": "git://github.com/rbt/raku-Text-Diff.git",
  "support": {
    "bugtracker": "https://github.com/rbt/raku-Text-Diff/issues",
    "source": "https://github.com/rbt/raku-Text-Diff.git"
  },
  "tags": [
    "CPAN5",
    "Text"
  ],
  "test-depends": [
    "Test"
  ],
  "version": "1.0.5"
}