Perl build fails on Suse

Hi all,

just to report there is an issue building Perl (v5.20.2) on Suse

# cat /etc/SuSE-release
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 3

It seems it is an issue open since 2011, how it is possible that Suse devs do not report it and fix it? They build Perl on Suse, right? Why they did not contribute back?

I found here the solution: by the way, I do not know how to write an XS, but, I could solve it as the ="http://www.…

Install your own Perl with your own CPAN


I know, I know ... it exists a powerfull tool called perlbrew

but

there is more than a way to do it :-)

read Install your own Perl with your own CPAN

every feedback is welcome

Mo Moo Moose


Finally I found the way I like to program OO in Perl !

http://perl-node-interface.blogspot.com/2011/09/mo-moo-moose-not-really-stuttering.html

Welcome to Perl Node Interface


You can download last version from sourceforge. If you are on Windows you need Strawberry Perl, just unzip it and click on pni.exe ... if you are on Linux launch the pniguitk script ( but you will need Tk installed ).

welcome.png

Every feedback is welcome !

How to use Devel::Cover

Very basic introduction with example about how to use Devel::Cover to improve your tests.

Read the article.