fibo
- Website: g14n.info
- About: I' am an italian mathematician and I like Perl 'cause it helps pay my rent :)
Recent Actions
-
Posted Perl build fails on Suse to fibo
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 = 3It seems it is an issue open since 2011, how it is possible that Suse devs do not report …
-
Commented on Perl Koding
See also metacpan.org/pod/Perl::Box that is a ready to use Codio Box....
-
Commented on Bounty for fixing CPAN modules
Bountysource is ok, but, take a look also on Flattr. I rememeber I suggested the use og Gittip to vvvv.org Community (see http://vvvv.org/documentation/gittip-for-vvvv) but after an evaluation they chose Flattr so I guess it is a good option to have...
-
Commented on CPAN Testers from Github?
It is a big project: to provide a badge badge and a GitHub webhook, like Travis but for http://cpantesters.org/ ... I think a lot of people would use it....
-
Commented on Of course you can `requires` attributes!
I noticed the issue and I trusted in developers desgin, so I supposed the right way was to put attributes in the MyRole package. If an attribute needs some method in its builder or default sub, it can be added...
-
Commented on How do we know when a CORE module is deprecated?
Come on, it's not that tragedy. On RedHat perl-CGI is already packaged. It is not that difficut to include instructions for those who want to port their CGI scripts. Something like sudo cpan CGI will do the trick ;) I...
-
Commented on The Price of Cleverness (YAML is not Safe)
You should thanks Ingy for his great work, if you are clever try to understand a little bit more and don't judge what you don't know well. That code is generated by Mo::inline, if you have a problem submit a...
-
Commented on Sets operations
Hi Flavio, seems really usefull. Can you put it on CPAN ?...
- Posted Install your own Perl with your own CPAN to fibo
-
Commented on BioPerl at YAPC
Hi all, I'm writing an IDE to build Perl programs graphically via browser. My main target is to implement a BioPerl node programming environment, search PNI on CPAN. I would like to stay in contact with bioinformatics, I'm casati.gianluca on...
-
Commented on Mo Moo Moose
Post updated with Mouse link...
-
Commented on Mo Moo Moose
There is this https://github.com/ingydotnet/mo-pm/blob/master/src/Mo.pm but it is not commented....
-
Posted Mo Moo Moose to fibo
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
-
Commented on Kickstarting the Gitpan
How can update my cpan module on gitpan?...
-
Commented on A node programming IDE for Perl
Hi Gabor, thank you for trying PNI !! with last version on PNI::GUI::Tk you can open .pni files. See https://blogs.perl.org/users/fibo/2011/08/welcome-to-perl-node-interface.html So please, try again updating PNI::GUI::Tk and downloading PNI from http://sourceforge.net/projects/pni/ where you can find a welcome.pni as example...
-
Commented on Welcome to Perl Node Interface
The idea is to help people that don't know Perl to write Perl programs. On the other way, if you are a Perl developer it is easy to write new nodes ( it is just a module under the PNI::Node::...
-
Commented on Welcome to Perl Node Interface
Not exaclty, I'm strongly influenced by http://vvvv.org/...
-
Posted Welcome to Perl Node Interface to fibo
="wel…
-
Posted How to use Devel::Cover to fibo
Very basic introduction with example about how to use Devel::Cover to improve your tests.
-
Posted Every Perl module needs a test file to fibo
So here it comes a very nice core mo…
-
Posted Compile a Vanilla Perl on Windows with MinGW to fibo
If you want to build a default (a.k.a. Vanilla) Perl distribution on Windows with no pain read the following concise article:
-
Posted Source code generation with Template Toolkit to fibo
I really was impressed by the number of options !
Now it saved me from spend tons of my time to code my Perl proj…
-
Posted A node programming IDE for Perl to fibo
a program even if you have no idea about programming.Think about genetic researchers, for example.
They need to focus on protein chains, not on what is a package.
Maybe they can do an extra eff…
Comment Threads
-
Gábor Szabó - גאבור סבו commented on
Welcome to Perl Node Interface
Very nice and I think I'd like to include this in the next "Padre on Strawberry" distribution.
The main issue I have is that I have a very strong preference of installing it directly from CPAN.
I installed both PNI and PNI::Core from CPAN on Win 7 but it did not see any executable to launch it. It also did not specify Tk as a prerequisite and I thought you mentioned that.Is there a script to launch the application I missed? If not, any chance including one?
-
BooK commented on
Of course you can `requires` attributes!
Sorry for replying a few month later, but your code example gives an error:
perl -e ' package MyRole { use Moo::Role; requires "my_attr"; }
package MyClass {
use Moo;
with "MyRole";
sub my_attr;
has my_attr => ( is => "ro" );
}
'
You cannot overwrite a locally defined method (my_attr) with a reader at /usr/share/perl5/Method/Generate/Accessor.pm line 30.
The only way I've found to avoid this without putting the
with
at end is th… -
Makoto Nozaki commented on
Bounty for fixing CPAN modules
As a start, I have made a list of ideas I gathered and also added a link to BountySource. Feedback will be welcomed!
http://www.perlfoundation.org/grant_ideas
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.