Control: tag -1 + moreinfo
Hi,
Diederik de Haas wrote (05 Nov 2014 17:11:05 GMT) :
> $ parcimonie --verbose
> Reference bless( do{\(my $o = '140085460212544')}, 'Encode::XS' ) did
> not pass type constraint (not isa Encode::Encoding) (in
> $self->{"encoding"}) at (eval 256) line 31
> "__ANON__" requires that the reference isa Encode::Encoding
> The reference (in $self->{"encoding"}) isa Encode::XS
Could you please apply the following patch to
/usr/share/perl5/App/Parcimonie/Role/HasEncoding.pm and retry?
@@ -24,7 +24,7 @@ with 'App::Parcimonie::Role::HasCodeset';
use namespace::clean;
has 'encoding' => (
- isa => 'Encode::Encoding',
+ isa => 'Encode::Encoding|Encode::XS',
is => 'ro',
lazy_build => 1,
);
Thanks in advance!
And out of curiosity, what's the output of the "locale" command?
Cheers,
--
intrigeri
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]