Subject: | version->new(".1.") is not fatal |
".1." is not a valid v-string in Perl, nor does it pass is_lax. But the constructor will treat it as v0.1.0.
While the ".1.2" format is sadly necessary under the lax regime, I think ".1." should be a fatal error.