Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#21680 - [perl-tie-hash-indexed] 0.05-3 does not work
Attached to Project:
Community Packages
Opened by Ayo (yorhel) - Friday, 12 November 2010, 13:22 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 17 December 2010, 16:19 GMT
Opened by Ayo (yorhel) - Friday, 12 November 2010, 13:22 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 17 December 2010, 16:19 GMT
|
DetailsDescription:
perl-tie-hash-indexed 0.05-3 (i686) does not work at all on my system. It can be 'use'd, but when making use of its functionality perl will die with a "Tie::Hash::Indexed::CLEAR(): THIS is not a blessed SV reference" error. I'm using perl-5.12.1-3. Removing the package and manually installing Tie::Hash::Indexed using the cpan shell fixes the issue. Steps to reproduce: (from the example in the documentation) $ perl use Tie::Hash::Indexed; tie my %hash, 'Tie::Hash::Indexed'; %hash = ( I => 1, n => 2, d => 3, e => 4 ); $hash{x} = 5; ^D Tie::Hash::Indexed::CLEAR(): THIS is not a blessed SV reference at - line 5. |
This task depends upon