pause icon indicating copy to clipboard operation
pause copied to clipboard

Setting $VERSION to an unquoted v-string results in an indexing fail for new package names

Open neilb opened this issue 4 years ago • 2 comments

If you're doing the first release of a package, and you set the version string to an unquoted v-string, such as

our $VERSION = v1.0.1;

Then the uploader will get a message saying they don't have an indexing permission on the package.

Putting double quotes around the v-string will fix it, so we should at least recognise the problem and tell the uploader.

neilb avatar Jan 05 '21 10:01 neilb

Weird.

rjbs avatar Apr 28 '23 12:04 rjbs

I started https://github.com/andk/pause/pull/410

I think we can fix this once we do some other work.

rjbs avatar Apr 30 '23 08:04 rjbs