|
|
In article
<5d4beb40902171431h28bf2123x55ea936adbb69666@xxxxxxxxxxxxxx>, David
Golden <xdaveg@xxxxxxxxx> wrote:
> On Tue, Feb 17, 2009 at 5:14 PM, brian d foy <brian.d.foy@xxxxxxxxx> 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. :)
|
|