Sat Mar 03 18:11:13 2018li.hansen.inc [...] gmail.com - Ticket created
Subject:
Error in documentation
Date:
Sat, 3 Mar 2018 17:10:20 -0600
To:
bug-Filter-Simple [...] rt.cpan.org
From:
"F. Li" <li.hansen.inc [...] gmail.com>
v 0.94.0
In the example under the heading "The Problem" line 20 reads
$_ .= "no $class;\n" if $no_seen;
whereas it should
$_ .= "no $caller;\n" if $no_seen;
Felix Li