Hi
Currently, trying to use the MemLimit option with IO::Uncompress::UnXz
fails:
perl -e 'use IO::Uncompress::UnXz; my $z=IO::Uncompress::UnXz->new("foo",MemLimit=>1);'
outputs
IO::Uncompress::UnXz: unknown key value(s) MemLimit at -e line 1.
The fix seems to be, in IO/Uncompress/UnXz.pm line 40, to change
'memLimit' to 'memlimit'.
Thanks,
David
Wed May 01 17:10:43 2013pmqs [...] cpan.org - Correspondence added
Thanks David, change applied to my development copy.
Paul
Wed May 01 17:10:43 2013The RT System itself - Status changed from 'new' to 'open'
Wed May 29 14:40:11 2013pmqs [...] cpan.org - Status changed from 'open' to 'resolved'
Wed May 29 14:40:11 2013pmqs [...] cpan.org - Fixed in 2.061 added