In StarUML, how can I model a Perl class which uses :: in its name? It doesn't allow :: in the class name, reporting:

Element name cannot contain "::"

Is there a way to work around this limitation?

link|improve this question
feedback

1 Answer

Does it accept '? Perl still supports it as equivalent to ::.

use Acme'Lingua'Pirate'Perl;
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.