NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
People need to know... (Score:2)
Re: (Score:2)
And what's this guy going on about the other modules having too many dependencies? XML::Parser::Lite has none, last I looked. And wasn't RETARDED.
Re: (Score:1)
Unless you are talking about something else.
Additionally,
How EXACTLY is it retarded?
EXACTLY between line 1 and the last, inclusive (Score:2)
He (or you!) should just grab XML::Parser::Lite and release it as a standalone module. The fact that XML::Parser::Lite is currently available only in that SOAP dist is a great big mistake-- and a mistake which bears fixing, which is more than I can say for this XML::Tiny mess.
Reply to This
Parent
Re: (Score:2)
"His attribute syntax rejects half the XML that I write in the course of a day" is not constructive criticism. Please try again.
That is, please try again if you expect me to pay any attention.
Re: (Score:2)
Re: (Score:2)
I would note that despite the doom-saying XML fanboys in this thread, I have had more feedback from people saying "thanks for this really useful module" than I have for any other module I have released. Funny, that. Y'know, I think that because I'm such a nice person, I'll continue in my evil ways and keep releasing
Re: (Score:2)
Your module's key point of differentiation seems to be that it does not, in fact, comply with the XML spec. Why then are you surprised that people don't think it belongs in CPAN's 'XML' namespace?
I'm not sure that referring to people as "XML Fanboys" is helpful either.
Re: (Score:2)
There's an awful lot of things in life and on the CPAN which, like this module, are sufficiently complete to be useful without being perfect. Paracetamol is one example. It is sold as a pain reliever, despite the fact that under some circumstances it will rot the liver, which I am sure is not a particularly pleasan
Re: (Score:2, Informative)
Yes. I've just packaged it up and uploaded it to CPAN, and I'm currently waiting to hear back from the authors about getting co-maint permissions.
Re: (Score:1)
Re: (Score:1)
Currently it would still install SOAP::Lite
Re: (Score:1)
This is primarily because I believe there was (and still is) a valid reason for it NOT to be released as a standalone module: it doesn't handle char/entity references (among other things). While I appreciate Earle Martin's effort to make the module more easily available to people, I think this is a too serious limitation to ignore. SOAP::Lite is able to deal with it,