Skip Menu |

This queue is for tickets about the URI CPAN distribution.

Report information
The Basics
Id: 2122
Status: resolved
Priority: 0/
Queue: URI

People
Owner: Nobody in particular
Requestors: ivorw-cpan [...] xemaps.com
Cc:
AdminCc:

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



Subject: Makefile gives warning on 5.6.1 build about unnecessary prerequisite
/home/williami/bld/URI-1.23/ perl Makefile.PL Warning: prerequisite MIME::Base64 failed to load: Can't locate MIME/Base64.pm in @INC (@INC contains: /home/williami/lib/5.6.1/sun4-solaris /home/williami/lib/5.6.1 /home/williami/lib/sun4-solaris /home/williami/lib /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at (eval 4) line 3. Writing Makefile for URI /home/williami/bld/URI-1.23/ As far as I can tell, I can ignore the warning, as the code does not call Mime::Base64, and passes all the tests.
To: bug-URI [...] rt.cpan.org
CC: "AdminCc of cpan Ticket #2122": ;
Subject: Re: [cpan #2122] Makefile gives warning on 5.6.1 build about unnecessary prerequisite
From: Gisle Aas <gisle [...] ActiveState.com>
Date: 18 Feb 2003 07:49:01 -0800
RT-Send-Cc:
" via RT" <bug-URI@rt.cpan.org> writes: Show quoted text
> As far as I can tell, I can ignore the warning, as the code does not > call Mime::Base64, and passes all the tests.
data: URIs use MIME::Base64. The t/data.t test will be skipped if you don't have the base64 module.