From casati_gianluca at yahoo.it Sat Apr 2 16:51:26 2011 From: casati_gianluca at yahoo.it (Gianluca Casati) Date: Sun, 3 Apr 2011 00:51:26 +0100 (BST) Subject: [Milan-pm] compile Perl on Windows Message-ID: <513010.50549.qm@web27904.mail.ukl.yahoo.com> Hi all, I wrote an artivle for those who wants to compile Perl on Winzoz. There is every single step, it takes few minutes ... well depending on your cpu :) weel I know there are nice tools like perkbrew or Dist::Wix or the excelent Strawberry Perl, but this is a starting example that you can easily customize if you want to enalbe/disable threads or some othe options like floating point support etc. Any feedback is welcome. Next article will cover how to build your own Perl distribution on Windows. use feature 'say'; say 'Bye!' -------------- next part -------------- An HTML attachment was scrubbed... URL: From casati_gianluca at yahoo.it Sat Apr 2 16:52:30 2011 From: casati_gianluca at yahoo.it (Gianluca Casati) Date: Sun, 3 Apr 2011 00:52:30 +0100 (BST) Subject: [Milan-pm] compile Perl on Windows In-Reply-To: <513010.50549.qm@web27904.mail.ukl.yahoo.com> References: <513010.50549.qm@web27904.mail.ukl.yahoo.com> Message-ID: <937111.47594.qm@web27903.mail.ukl.yahoo.com> oppss the link is http://perl-node-interface.blogspot.com/2011/04/compile-vanilla-perl-on-windows-with.html ________________________________ Da: Gianluca Casati A: milan-pm at pm.org Inviato: Dom 3 aprile 2011, 01:51:26 Oggetto: [Milan-pm] compile Perl on Windows Hi all, I wrote an artivle for those who wants to compile Perl on Winzoz. There is every single step, it takes few minutes ... well depending on your cpu :) weel I know there are nice tools like perkbrew or Dist::Wix or the excelent Strawberry Perl, but this is a starting example that you can easily customize if you want to enalbe/disable threads or some othe options like floating point support etc. Any feedback is welcome. Next article will cover how to build your own Perl distribution on Windows. use feature 'say'; say 'Bye!' -------------- next part -------------- An HTML attachment was scrubbed... URL: From gbjgiulio at gmail.com Mon Apr 4 00:49:05 2011 From: gbjgiulio at gmail.com (Giulio Bertani) Date: Mon, 4 Apr 2011 09:49:05 +0200 Subject: [Milan-pm] compile Perl on Windows In-Reply-To: <513010.50549.qm@web27904.mail.ukl.yahoo.com> References: <513010.50549.qm@web27904.mail.ukl.yahoo.com> Message-ID: Great ! I'll try asap ... Giulio 2011/4/3 Gianluca Casati > Hi all, > > I wrote an artivle for those who wants to compile Perl on Winzoz. There is > every single step, it takes few minutes ... well depending on your cpu :) > > weel I know there are nice tools like perkbrew or Dist::Wix or the excelent > Strawberry Perl, but this is a starting example that you can easily > customize if you want to enalbe/disable threads or some othe options like > floating point support etc. > Any feedback is welcome. > > Next article will cover how to build your own Perl distribution on Windows. > > use feature 'say'; > say 'Bye!' > > > > _______________________________________________ > Milan-pm mailing list > Milan-pm at pm.org > http://mail.pm.org/mailman/listinfo/milan-pm > > -- Giulio Bertani www.perquelliche.it (In definizione ...) -------------- next part -------------- An HTML attachment was scrubbed... URL: From casati_gianluca at yahoo.it Tue Apr 26 13:37:18 2011 From: casati_gianluca at yahoo.it (Gianluca Casati) Date: Tue, 26 Apr 2011 21:37:18 +0100 (BST) Subject: [Milan-pm] every module needs a test Message-ID: <602498.50596.qm@web27903.mail.ukl.yahoo.com> Hi all, I wrote a sort of meta test, to check that every module has its own test file. I used the core module Module::Pluggable which comes very handy . Read it here http://perl-node-interface.blogspot.com/2011/04/every-module-has-test-with.html if you want . Any feedback is welcome :-) Bye, Gianluca -------------- next part -------------- An HTML attachment was scrubbed... URL: