hythm7 / Pakku

Package Manager for the Raku Programming Language
Artistic License 2.0
26 stars 3 forks source link

Fails to remove distributions start with v inside :ver<> #4

Closed hythm7 closed 3 years ago

hythm7 commented 4 years ago

Fails to remove distributions like Pod::To::Markdown:ver<v0.1.4>

When Rakudo installs a package like the above, Rakudo changes the version from v0.1.4 to v.0.1.4

could be related to: https://github.com/rakudo/rakudo/issues/3153