Skip Menu |

This queue is for tickets about the DVD-Read CPAN distribution.

Report information
The Basics
Id: 123220
Status: new
Priority: 0/
Queue: DVD-Read

People
Owner: Nobody in particular
Requestors: nikolas [...] garofil.be
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.