Sun Oct 08 12:20:47 2017nikolas [...] garofil.be - Ticket created
Subject:
bugfix for DVD::Read
Date:
Sun, 8 Oct 2017 18:20:16 +0200
To:
bug-DVD-Read [...] rt.cpan.org
From:
Nikolas Garofil <nikolas [...] garofil.be>
Your code works perfectly, thanks !
But even simple code (e.g. perl -MDVD::Read::Dvd -e "") seems to produce
a lot of warnings.
I'm a perl-newbie, but on IRC some experts told me: If you replace
XSLoader::load('DVD::Read', $VERSION);
with
XSLoader::load('DVD::Read', $VERSION) unless DBD::Read::Dvd->can('_new');
in all the .pm files you should find it's happy.