Tue Mar 06 11:33:23 2018schweini [...] gmail.com - Ticket created
Subject:
error in doc for Encode::Detect::Detector: 'Encoding::' should be 'Encode::'
Date:
Tue, 6 Mar 2018 10:33:15 -0600
To:
bug-Encode-Detect [...] rt.cpan.org
From:
Moritz von Schweinitz <schweini [...] gmail.com>
in the docs for Encode::Detect::Detector, it reads
use Encoding::Detect::Detector;
my $charset = detect($octets);
my $d = new Encoding::Detect::Detector;
but it should be Encode:: instead of 'Encoding::'