Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Release Early, Release Often.

by mugwumpjism (Hermit)
on Jul 12, 2005 at 06:08 UTC ( [id://474171]=note: print w/replies, xml ) Need Help??


in reply to memory penalty for loading XS modules?

Go ahead and release your module to CPAN with an underscore in the version number, so that it is marked as a development release not suitable for indexing. Then people can scratch their heads over it to figure out what's wrong ;-).

$h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";

Replies are listed 'Best First'.
Re: Release Early, Release Often.
by Anonymous Monk on Jul 12, 2005 at 06:43 UTC

    Why not throw some more broken code on CPAN and hope someone else will fix it.

      Yes, you see CPAN is the Comprehensive Perl Archive Network. Not the Constrained Perl Archive Network. If you can't understand or deal with it and are forced to make snide comments about the state of something that is working as designed, then that is unfortunately your problem.

      $h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://474171]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 19:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found