Skip Menu |

This queue is for tickets about the Crypt-Twofish CPAN distribution.

Report information
The Basics
Id: 55327
Status: resolved
Priority: 0/
Queue: Crypt-Twofish

People
Owner: ams [...] wiw.org
Requestors: kmx [...] cpan.org
Cc:
AdminCc:

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



Subject: Makefile.PL - inaccuracy in dependency
Hi,

I want to ask to consider the following patch that solves some inaccuracy in Makefile dependencies.

--- Makefile.PL.orig    Mon May 21 19:38:01 2001
+++ Makefile.PL Mon Mar 08 08:19:07 2010
@@ -56,7 +56,7 @@
     OBJECT        => 'Twofish.o _twofish.o',
     VERSION_FROM  => 'Twofish.pm',
     ABSTRACT_FROM => 'Twofish.pm',
-     depend        => { '_twofish.c' => 'tables.h' }
+    depend        => { '_twofish.o' => 'tables.h' }
 );


I have experienced the troubles when making Crypt-Twofish-2.13 on Win32 platform (using dmake). I have found another workaround for that on dmake side but I still think it it worth to be fixed in Crypt::Twofish's Makefile.PL.

Thanks in advance.

--
kmx
Fixed in 2.14.