Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I've written modules that have dependencies. I've also written modules that have no dependencies, such as XML::Tiny.

Writing a good enough test suite for XML::Tiny without using any Test::* modules was a gigantic pain in the arse. But if I hadn't done it, I wouldn't have found a fair number of bugs in my code.

So I'm afraid that if you want to use any of my other modules, then in the interests of me providing you for free with well-tested, reasonably bug-free code, then you have to put up with me using all kinds of other modules. In particular for CPAN::FindDependencies I'm going to use the well-tested libwww-perl rather than write my own shonky networking code, and I'm going to use various bits of Test::* rather than write my own is_deeply() and ok() functions yet again. If you don't like this, then you are welcome to submit patches which, if I think they're of acceptable quality, I will apply to the code.

That's what's so great about open source. If you don't like what I've done, then you can contribute a fix. And if you don't like how I treat your fix, you can fork my code. If you do neither of those, then you can stick your whinging where the sun don't shine.


In reply to Re: Challenge: CPAN Golf by DrHyde
in thread Challenge: CPAN Golf by shmem

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 23:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found