Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: cannot find the Tie::StdScalar module

by davido (Cardinal)
on Dec 29, 2006 at 00:09 UTC ( [id://592146]=note: print w/replies, xml ) Need Help??


in reply to cannot find the Tie::StdScalar module

Tie::StdScalar is built into Tie::Scalar. If you have Tie::Scalar, you have Tie::StdScalar. Go ahead and install Tie::Scalar and that should clear things up.


Dave

  • Comment on Re: cannot find the Tie::StdScalar module

Replies are listed 'Best First'.
Re^2: cannot find the Tie::StdScalar module
by ysth (Canon) on Dec 29, 2006 at 00:22 UTC
    Tie::Scalar is included with perl since 5.002. But, unsurprisingly, you can't specify a package as a prereq if it isn't a file whose name is derivable from the package name. TheDamian should have caught this bug in his Makefile.PL.
      So, is this something that I should be worried about?

        No. It's a bug in his spec, not the module's function.

        ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

Re^2: cannot find the Tie::StdScalar module
by mifflin (Curate) on Dec 29, 2006 at 00:32 UTC
    Tie::Scalar is already on my system...
    # perl -w -MTie::Scalar -e 'print "$Tie::Scalar::VERSION\n"' 1.00

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://592146]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-18 15:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found