Skip Menu |

This queue is for tickets about the Math-Complex CPAN distribution.

Report information
The Basics
Id: 27186
Status: resolved
Priority: 0/
Queue: Math-Complex

People
Owner: Nobody in particular
Requestors: imacat [...] mail.imacat.idv.tw
Cc:
AdminCc:

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



Subject: Shadowed By the Core Version
Dear Jarkko Hietaniemi, Hi. This is imacat from Taiwan. I found that your Math-Complex-1.37 was shadowed from the core Math::Complex 1.35 supplied by Perl 5.8.8. imacat@atlas ~ % find /usr/lib/perl5 -name Complex.pm /usr/lib/perl5/site_perl/5.8.8/Math/Complex.pm /usr/lib/perl5/5.8.8/Math/Complex.pm imacat@atlas ~ % grep '^$VERSION = ' /usr/lib/perl5/site_perl/5.8.8/Math/Complex.pm /usr/lib/perl5/5.8.8/Math/Complex.pm /usr/lib/perl5/site_perl/5.8.8/Math/Complex.pm:$VERSION = 1.37; /usr/lib/perl5/5.8.8/Math/Complex.pm:$VERSION = 1.35; imacat@atlas ~ % perl -mMath::Complex -e'print $Math::Complex::VERSION;'; echo 1.35 imacat@atlas ~ % I tried to make a simple patch in the hope that it helps. Please tell me if you need any more information, or if I could be of any help.
Subject: Math-Complex-1.37-installdirs.diff
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 diff -u -r Math-Complex-1.37.orig/Makefile.PL Math-Complex-1.37/Makefile.PL - --- Math-Complex-1.37.orig/Makefile.PL 2006-07-05 01:44:06.000000000 +0800 +++ Math-Complex-1.37/Makefile.PL 2007-05-18 12:27:53.000000000 +0800 @@ -13,4 +13,5 @@ { # 'Test::More' => 0, # One day... }, + INSTALLDIRS => ($] >= 5.008001 ? 'perl' : 'site'), ); -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGTSuKi9gubzC5S1wRAjb4AJ9LAZ3UBWR9R+sCGyK5GeQX0fsHhwCeNR8r Fv6H2SaKZlJfgtCw6f9yxuI= =C3lz -----END PGP SIGNATURE-----