Subject: | Text-Quoted-2.08 bug ? |
Date: | Fri, 20 Feb 2015 16:24:27 +0100 |
To: | bug-Text-Quoted [...] rt.cpan.org |
From: | Nicolas.KRAVETZ [...] unice.fr |
Hello,
I don't know if this problem exists only for my system but there was a
bug preventing the installation of the package Text-Quoted-2.08 on my
system (via cpan as well as manual installation)
Line 199 had to be modified from :
$line{hang} = Hang->new( $line{'text'} );
To :
$line{hang} = Text::Autoformat::Hang->new( $line{'text'} );
despite the
use Text::Autoformat(); # Provides the Hang package, heh, heh.
I'm on a Debian 6
Regards