Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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