Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MSWord-ToHTML CPAN distribution.

Report information
The Basics
Id: 85729
Status: new
Priority: 0/
Queue: MSWord-ToHTML

People
Owner: amiribarksdale [...] gmail.com
Requestors: mcgrath.martin [...] gmail.com
Cc:
AdminCc:

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



Subject: [Patch] - Add prerequsite, allow tests to pass.
Hi, Thanks for your work on this module. The tests require Devel::Dwarn, but this module isn't listed as a dependency, installation doesn't get past tests if the user doesn't have this module installed. Attached is a patch to the Makefile.PL to add this dependency. Thanks
Subject: MSWord::ToHTML.Makefile.PL.patch
--- Makefile.PL 2013-05-30 08:10:17.322659825 +0100 +++ Makefile.patch.PL 2013-05-30 08:12:58.832659308 +0100 @@ -18,6 +18,7 @@ requires 'Archive::Zip::MemberRead' => '1.3'; requires 'CSS' => '1.09'; requires 'Carp' => '0'; +requires 'Devel::Dwarn' => '0'; requires 'Digest::SHA1' => '2.13'; requires 'Encode' => '2.42'; requires 'Encode::Guess' => '2.04';