At 16:44 24/05/2000 -0700, Randal L. Schwartz wrote:
>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 is what happens when you 'use constant FOO => "bar";' more than once.
It's a problem in one of the Perl modules, it might help to know what you
have in @INC (and to grep whatever's in it for use constant XHTML_DTD).
Maybe contant.pm should try to give more context as to where the
redefinition occured...
.Robin
The computer can't tell you the emotional story. It can give you the exact
mathematical design, but what's missing is the eyebrows. -- Frank Zappa