in reply to Re: Testing for valid package names
in thread Testing for valid package names
Thanks!
I thought about numbers as the first char, but that is legal for filenames so far as I know. I am still mulling that over.
I wasn't aware of that Perl::Critic rule (not surprising) but the POD doesn't mention anything about the legal character set, only that a single-quote "'" should not be used even though it is a valid substitute for the double-colon '::' separator.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Testing for valid package names
by LanX (Saint) on Nov 25, 2013 at 21:24 UTC | |
by boftx (Deacon) on Nov 25, 2013 at 21:36 UTC |