josephlo
- Website: josephlo.wordpress.com/
Recent Actions
-
Commented on Introducing Text::ANSITable
It would appear Log::Any is already installed in ActivePerl but I run the ppm install method again....but I am unable to get pass the compilation error when Perl tries to load the ANSITable library....anymore suggestions?...
-
Commented on Introducing Text::ANSITable
Thanks Steven. The tarball compile ok in ActivePerl. I have issues in my perl console that keep saying it cannot find Log/Any.pm in @Inc and compilation aborted at the line when I load the Ansitable via "use Text::ANSITable;". In c:\Perl64\lib\Text...
-
Commented on Introducing Text::ANSITable
Hi again. I can install Unixish in ActivePerl but "ppm install Text-ANSITable" still doesn't work....any workarounds? Thanks...
-
Commented on Introducing Text::ANSITable
Hi, how do I get this installed in my current version of ActivePerl? It does not seem to be included and I am unable to install it by the "ppm" method either. Thanks...
Comment Threads
-
Steven Haryanto commented on
Introducing Text::ANSITable
This happens because Proc::ProcessTable fails to install on Windows. I've modified Term::Detect::Software to only require SHARYANTO::Proc::Util (which requires Proc::ProcessTable) on certain OS's only, Windows not included.
If you use Strawberry Perl, you can already install now. On ActivePerl, perhaps wait for a day or two until the PPM build bots build the packages?
-
Steven Haryanto commented on
Introducing Text::ANSITable
Ok, there's another issue. According to http://ppm4.activestate.com/MSWin32-x86/5.16/1600/S/SH/SHARYANTO/Text-ANSITable-0.32.d/log-20140428T031150.txt the build fails because of Data::Unixish (some failing tests). I've released a new version of Data::Unixish which solves this.
-
Steven Haryanto commented on
Introducing Text::ANSITable
It looks like ActiveState hasn't tried rebuilding Text::ANSITable again. I've just pushed a new release that hopefully will nudge the build bots to rebuild it.
You can wait for a day or two (perhaps?) for the build bots to build a new PPM.
Or you can download http://cpan.metacpan.org/authors/id/S/SH/SHARYANTO/Text-ANSITable-0.33.tar.gz , extract it on to your computer, open Command Prompt, cd to the extracted folder, and type:
perl Makefile.PL
dmake
dmake insta…
-
Steven Haryanto commented on
Introducing Text::ANSITable
You'll need to install Log::Any too (and other subsequent modules that might show up in the similar error message). It shouldn't happen though because the CPAN installer (like PPM or cpan/cpanminus) should already handle and install the dependencies for you.
-
Steven Haryanto commented on
Introducing Text::ANSITable
I see that Text::ANSITable 0.33 has appeared in PPM repository. Installing it with ActivePerl should be easy now.
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.