Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 2, 2024
1 parent e146870 commit 50a2066
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Algorithm-Diff

{{$NEXT}}

0.0.3 2024-05-02T20:16:22+02:00
- Correct results of diff and sdiff, antononcube++

0.0.2 2024-04-23T12:48:37+02:00
- First version in the zef ecosystem
- Renamed diff.pl to bin/diff.raku so that it will be installed
24 changes: 14 additions & 10 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"name": "Algorithm::Diff",
"auth": "zef:raku-community-modules",
"build-depends": [
],
"depends": [
],
"description": "Compute `intelligent' differences between two files / lists",
"version": "0.0.3",
"license": "Artistic-2.0",
"name": "Algorithm::Diff",
"perl": "6.*",
"auth": "zef:raku-community-modules",
"depends": [],
"build-depends": [],
"test-depends": [],
"provides": {
"Algorithm::Diff": "lib/Algorithm/Diff.rakumod"
},
"resources": [],
"license": "Artistic-2.0",
"resources": [
],
"source-url": "https://github.com/raku-community-modules/Algorithm-Diff.git",
"tags": [
"CPAN5"
],
"source-url": "https://github.com/raku-community-modules/Algorithm-Diff.git"
}
"test-depends": [
],
"version": "0.0.3"
}

0 comments on commit 50a2066

Please sign in to comment.