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" )'
-- David

