Skip to content

Commit 25b80a9

Browse files
authored
Fix version continuity
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
1 parent 06b068d commit 25b80a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Pod::Convenience": "lib/Pod/Convenience.pm6",
3434
"Perl6::Documentable::Registry": "lib/Perl6/Documentable/Registry.pm6"
3535
},
36-
"version": "1.002",
36+
"version": "1.002001",
3737
"authors": [ "perl6" ],
3838
"description": "Perl 6 documentation (tools and docs)",
3939
"meta6": "0"

0 commit comments

Comments
 (0)