Skip Menu |

This queue is for tickets about the String-PerlIdentifier CPAN distribution.

Report information
The Basics
Id: 118773
Status: rejected
Priority: 0/
Queue: String-PerlIdentifier

People
Owner: Nobody in particular
Requestors: PERLANCAR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Idea: create fully qualified perl identifier
This is not so much a wishlist as an idea for a feature: option to create fully qualified perl identifier, e.g.: PackageABC::SubPackageDEF::ghij There can be options to regulate depth (number of packages+subpackages), to set whether the first letter of the package names should be capitalized. Note that for subpackages, number is allowed as the first character, e.g.: PackageABC::2016::ghij
On Mon Nov 14 19:57:49 2016, PERLANCAR wrote: Show quoted text
> This is not so much a wishlist as an idea for a feature: option to > create fully qualified perl identifier, e.g.: > > PackageABC::SubPackageDEF::ghij > > There can be options to regulate depth (number of > packages+subpackages), to set whether the first letter of the package > names should be capitalized. Note that for subpackages, number is > allowed as the first character, e.g.: > > PackageABC::2016::ghij
This would complicate String::PerlIdentifier more than I want. So I'm not going to implement it. Feel free to implement it yourself; okay to subclass. Thank you very much. Jim Keenan