Skip to content

Commit

Permalink
Fix version continuity
Browse files Browse the repository at this point in the history
Raku@5bedf61 changed the version to a format incompatible with prior versions. See:

$ perl6 -e 'say Version.new("1.001001") cmp Version.new("1.002")'
More

$ perl6 -e 'say Version.new("1.002") ~~ Version.new("1.001001+")'
False

$ perl6 -e 'say Version.new("1.001001") ~~ Version.new("1.002+")'
True
  • Loading branch information
ugexe authored Jul 22, 2018
1 parent 06b068d commit 25b80a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Pod::Convenience": "lib/Pod/Convenience.pm6",
"Perl6::Documentable::Registry": "lib/Perl6/Documentable/Registry.pm6"
},
"version": "1.002",
"version": "1.002001",
"authors": [ "perl6" ],
"description": "Perl 6 documentation (tools and docs)",
"meta6": "0"
Expand Down

0 comments on commit 25b80a9

Please sign in to comment.