Skip Menu |

This queue is for tickets about the Filter-Simple CPAN distribution.

Report information
The Basics
Id: 124667
Status: new
Priority: 0/
Queue: Filter-Simple

People
Owner: Nobody in particular
Requestors: li.hansen.inc [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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