Skip to content

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

@neilb

Description

@neilb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugindexerHow we index uploadsmetadataversion and metadata extraction and handling

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions