On 1 Jan 2003 [EMAIL PROTECTED] wrote:
> dougm 2003/01/01 10:43:51
>
> Modified: . STATUS
> Log:
> must be fixed before 1.99_08
>
> Revision Changes Path
> 1.28 +3 -5 modperl-2.0/STATUS
>
> + * Makefile.PL process ugly "unknown typemap" warnings must go away
What about something like the following?
====================================================================
Index: lib/ModPerl/TypeMap.pm
===================================================================
RCS file: /home/cvspublic/modperl-2.0/lib/ModPerl/TypeMap.pm,v
retrieving revision 1.18
diff -u -r1.18 TypeMap.pm
--- lib/ModPerl/TypeMap.pm 30 Dec 2002 00:27:13 -0000 1.18
+++ lib/ModPerl/TypeMap.pm 1 Jan 2003 22:33:58 -0000
@@ -6,6 +6,7 @@
use ModPerl::FunctionMap ();
use ModPerl::StructureMap ();
use ModPerl::MapUtil qw(list_first);
+use Apache::TestTrace qw(debug);
our @ISA = qw(ModPerl::MapBase);
@@ -235,7 +236,7 @@
map $_->{type}, @{ $func->{args} });
unless ($status) {
- warn "unknown typemap: '$failed_type' (skipping $func->{name})\n";
+ debug "unknown typemap: '$failed_type' (skipping $func->{name})\n";
return;
}
========================================================================
--
best regards,
randy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]