[Warnocked on cpl.modules]
I've written a module that parses Z-machine files[1] and translates them into executable Perl scripts. In the future, it'll be translating to other languages: first on the list is PIR. I'd like to CPAN-ify it, and wanted to ask about namespace.
That's interesting. Are the scripts then independent of the module?
* Games::Zmachine - well, Z-machine isn't technically just for games. I say "technically" because the most "useful" Z-machine program I've seen is a Befunge interpreter. But this module is really doing more munging than gaming.
This is the namespace I'd expect to find it in, but since I'm not clear on the "translating" part, I don't know if that should be the complete name.
[1]For those unfamiliar with the Z-machine
Long live Zork!
FYI, there are lots of Zgames over at <http://ifarchive.org/> and the original Zork at <http://infocom-if.org/>.
