Arch Linux

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!
Tasklist

FS#27412 - [perl] No module Tie::StdScalar

Attached to Project: Arch Linux
Opened by Piotr Rogoża (dracorp) - Friday, 02 December 2011, 19:30 GMT
Last edited by Florian Pritz (bluewind) - Saturday, 24 December 2011, 09:20 GMT
Task Type Support Request
Category Packages: Core
Status Closed
Assigned To Florian Pritz (bluewind)
Justin Davis (juster)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
There is definition of Tie::StdScalar in the file: /usr/share/perl5/core_perl/Tie/Scalar.pm.
But:
$ perl -MTie::StdScalar -e 0
Can't locate Tie/StdScalar.pm in @INC (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .).

When I isolated module Tie::StdScalar into the file: /usr/share/perl5/core_perl/Tie/StdScalar.pm, everything is ok. I don't know whether this is a bug or something else?
Some perl modules required Tie::StdScalar.

In my opinion this isn't error in ArchLinux package but in perl module.

Additional info:
* package version(s): 5.14.2-4
This task depends upon

Closed by  Florian Pritz (bluewind)
Saturday, 24 December 2011, 09:20 GMT
Reason for closing:  Not a bug
Comment by Florian Pritz (bluewind) - Thursday, 08 December 2011, 19:31 GMT
I think you are supposed to require Tie::Scalar, but then use Tie::StdScalar.

Look at the NewStdScalar package example in `perldoc Tie::Scalar`. Seems to be a problem in the module you are trying to build.

Loading...