You could try to get a stack trace (i.e. calling context) by putting the following near the top of your script:
use Carp; BEGIN { $SIG{__DIE__} = sub { confess @_ }; }
This might help to narrow down on where the error is originating from. YMMV.
In reply to Re^3: Can't locate object method REDIRECTS in package HTTP::Headers
by Eliya
in thread Can't locate object method REDIRECTS in package HTTP::Headers
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |