In article <[EMAIL PROTECTED]>, Perl Authors Upload Server 
<[EMAIL PROTECTED]> wrote:

> The following module was proposed for inclusion in the Module List:

>   modid:       Parse::Any2xml

>     This was the author's decision, not mine. However, it parses text,
>     so the 'Parse' part seems okay, I guess. And we're a company, so the
>     boss picked the name 'Any2XML' -- we already have a lot of marketing
>     for the name. I, as the maintainer, am not able to change it, so I
>     hope the name is fine. :D

i really do not like the Parse namespace for these sorts of things.
the things in Parse::* (Lex, Token, Yapp, RecDescent) build or are
part of parsers, rather than something that performs a task that
happens to parse something along the way.

Since the endpoint for all of your transformations are XML, i think
it belongs with the other XML application modules.

i'm also not thrilled with "Any", which just seems like a lie.  i
bet i can come up with more formats you can't parse than it can
actually handle.  you say it parses text, but that's hardly
"any". it seems purposedly deceptive.

the marketing aspect or a marketing department's investment in a 
name has no relevance in a proper name, in my opinion.

-- 
brian d foy (one of many PAUSE admins), http://pause.perl.org
please send all messages back to [EMAIL PROTECTED]

Reply via email to