In article <[email protected]>, David Golden <[email protected]> wrote:
> On Tue, Feb 17, 2009 at 5:14 PM, brian d foy <[email protected]> wrote: > > Utlimately, I wouldn't mind a feature to disable locking, like > > "no_really_i_know_what_im_doing_so_dont_lock_kthxbye". > > > > ----- > > > > % perl5.10.0 -MCPAN -e 'install( "Test::Output" )' > > Monkeypatch it? > > % perl5.10.0 -MCPAN -e '*CPAN::_flock = sub { 1 }; install( "Test::Output" > )' That's what I'm doing, but I don't particularly like it for a long term fix. It's not like this is Ruby. :)

