develooper Front page | perl.ponie.dev | Postings from August 2005

False Alarm [was Re: PONIE's Installed Binary does not Have IO::Scalar]

Thread Previous
From:
Shlomi Fish
Date:
August 17, 2005 05:12
Subject:
False Alarm [was Re: PONIE's Installed Binary does not Have IO::Scalar]
Message ID:
200508171450.25317.shlomif@iglu.org.il
Hi all!

Sorry. As it turns out, IO::Scalar is not distributed in the core Perl 
distribution, but rather is part of the IO-stringy CPAN module:

http://search.cpan.org/dist/IO-stringy/

I probably mistook it to be otherwise because it was already installed on my 
hard-disk.

Sorry again, and keep up the good work.

Regards,

	Shlomi Fish

On Friday 12 August 2005 20:23, Shlomi Fish wrote:
> Hi all!
>
> I compiled PONIE (from the Subversion trunk - rev. 336) and installed it
> using the following build command:
>
> <<<<<<<<<<
> #!/bin/bash
> perl Configure.pl --prefix=$HOME/apps/perl/ponie/ --addarg="-Ud_dosuid"
>
>
> Afterwards running:
>
> <<<<
> $ ~/apps/perl/ponie/bin/ponie5.9.2 -MIO::Scalar
> Can't locate IO/Scalar.pm in @INC (@INC
> contains: /home/shlomi/apps/perl/ponie/lib/5.9.2/i386-linux-thread
> /home/shlomi/apps/perl/ponie/lib/5.9.2
> /home/shlomi/apps/perl/ponie/lib/site_perl/5.9.2/i386-linux-thread
> /home/shlomi/apps/perl/ponie/lib/site_perl/5.9.2
> /home/shlomi/apps/perl/ponie/lib/site_perl .).
>
>
> It seems that IO/Scalar.pm is not installed anywhere under
> ~/apps/perl/ponie.
>
> I'll try to analyze the source of this problem, but for the meantime, I
> just wanted to let you know.
>
> Regards,
>
> 	Shlomi Fish
>
> P.S: PONIE succeeds on all the tests of HTML::Widgets::NavMenu (which has
> full test coverage), after I fix the missing IO::Scalar. (but doesn't
> succeed without it).
>
> ---------------------------------------------------------------------
> Shlomi Fish      shlomif@iglu.org.il
> Homepage:        http://www.shlomifish.org/
>
> Tcl is LISP on drugs. Using strings instead of S-expressions for closures
> is Evil with one of those gigantic E's you can find at the beginning of
> paragraphs.

-- 

---------------------------------------------------------------------
Shlomi Fish      shlomif@iglu.org.il
Homepage:        http://www.shlomifish.org/

Tcl is LISP on drugs. Using strings instead of S-expressions for closures
is Evil with one of those gigantic E's you can find at the beginning of 
paragraphs.

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About