> I'm getting this on every startup:
> 
>     Constant subroutine XHTML_DTD redefined at /usr/lib/perl5/5.00503/constant.pm 
>line 175.
> 
> what's this about?
> 
This isn't actually a mandatory warning any more (as others have
suggested), but of course being a good boy you've got -w on, so you get
the warning anyway ;-)

I'm a good boy too, so rather than just turn -w off, I've patched my
constants.pm so that in the import sub, it first checks whether the
symbol is defined in the calling package (and if so, it does nothing).

I'd attach the patch, but since I upgraded to 5.6 this problem has fixed
itself, so I haven't got the patched version anymore (I'm a bigger
masochist than you, Randal--I upgraded Perl, mod_perl, and Apache all at
the same time!)

-- 
  Jeremy Howard
  [EMAIL PROTECTED]

Reply via email to