# New Ticket Created by James E Keenan # Please include the string: [perl #122417] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=122417 > [Since ExtUtils-Manifest is now primarily maintained by Perl 5 Porters, I am moving this ticket here from https://rt.cpan.org/Ticket/Display.html?id=21290. Since the patch submitted to that ticket will not apply cleanly, I am not adding it to this ticket. If we (p5p) decide that the original requestor's point is valid, we can easily prepare a patch. -- jkeenan] ##### -------- Original Message -------- Subject: EU::Manifest Patch Date: Thu, 17 Nov 2005 11:39:35 -0800 From: David Wheeler <david@kineticode.com> To: Michael Schwern <schwern@pobox.com> CC: Curtis Poe <curtis@kineticode.com> Schwern, It seems to me that ExtUtils::Manifest does a lot of C<warn>ing when it ougt to be just printing to STDERR. What's the difference? The latter avoids being overridden by $SIG{__WARN__} (which, in our little project, prints out a stack trace). Patch attached. Best, David