Re: lsdvd/tcprobe fails?

Jörn Reder <[email protected]> Tue, 5 May 2009 10:56:55 +0200
Newsgroups gmane.comp.video.dvdrip.user
Message-ID <[email protected]>
David Carlo wrote:

> Jörn, updating AnyEvent fixed the problem on my Centos 5.3 box.  It's been
> bugging me for a while (no pun intended).  Thanks for the great work on
> dvdrip!

Thanks, this are good news. What version of AnyEvent exactly do you use?
Can you please post the Perl module version numbers I requested earlier
in this thread, so we know this is a working combination.

Just execute this and post the output:

  perl -MGlib            -e'print "$Glib::VERSION\n"'
  perl -MAnyEvent        -e'print "$AnyEvent::VERSION\n"'
  perl -MEvent::ExecFlow -e'print "$Event::ExecFlow::VERSION\n"'

Thanks,

Jörn

-- 
Joern Reder
supporting:   http://www.zyn.de/
unbelievable: http://www.exit1.org/
CPAN:         http://www.perl.com/CPAN/modules/by-authors/id/J/JR/JRED