Entry tags:
S2 constant errors
With global warnings on, some permutation of these lines shows up in the log whenever I hit an S2 page:
Constant subroutine S2::PROPS redefined at /usr/share/perl/5.8/constant.pm line 103.
Constant subroutine S2::STATIC redefined at /usr/share/perl/5.8/constant.pm line 103.
Constant subroutine S2::VTABLE redefined at /usr/share/perl/5.8/constant.pm line 103.
Any ideas as to why this might be happening?
Constant subroutine S2::PROPS redefined at /usr/share/perl/5.8/constant.pm line 103.
Constant subroutine S2::STATIC redefined at /usr/share/perl/5.8/constant.pm line 103.
Constant subroutine S2::VTABLE redefined at /usr/share/perl/5.8/constant.pm line 103.
Any ideas as to why this might be happening?

no subject
no subject
no subject
no subject
You can see it if you, e.g., touch $LJHOME/cgi-bin/DW/InviteCodes.pm; when that is reloaded, you get all the warnings about the constants in there.