Quoting [EMAIL PROTECTED]:
: Sequence (?<...) not recognized at ./blib/lib/Log/Agent.pm (autosplit into
:./blib/lib/auto/Log/Agent/logerr.al) line 195
: Sequence (?<...) not recognized at ./blib/lib/Log/Agent.pm (autosplit into
:./blib/lib/auto/Log/Agent/logerr.al) line 195
:
: There's one in Caller.pm that's unprotected. But the one in Agent.pm
: looks like it should be protected. I don't understand what's going on
: at the moment.
Rats!
No, it's happening at COMPILE time. I submitted 0.1.2 to fix the sequence
you reported, but include it within a eval '' statement to prevent
the perl compiler from seeing it if it cannot grok it.
Raphael