From christian.lavoie at gmail.com Sun May 20 09:10:53 2012 From: christian.lavoie at gmail.com (Christian Lavoie) Date: Sun, 20 May 2012 12:10:53 -0400 Subject: [Montreal-pm] Perl critic Message-ID: Does everybody maintain their own set of policies for critic? Or not bother using it all? I find myself writing yet another quick shell script to wrap the basic utility with a policies selection that makes sense (RCS keywords, seriously? Let alone in 2012?) -- what do y'all do to enforce coding style anyway? -- Have fun, Christian http://linkedin.christianlavoie.net "I won't let you fall apart." From obilodeau at inverse.ca Tue May 22 05:59:21 2012 From: obilodeau at inverse.ca (Olivier Bilodeau) Date: Tue, 22 May 2012 08:59:21 -0400 Subject: [Montreal-pm] Perl critic In-Reply-To: References: Message-ID: <4FBB8DA9.7020303@inverse.ca> On 05/20/2012 12:10 PM, Christian Lavoie wrote: > Does everybody maintain their own set of policies for critic? Or not > bother using it all? We use the default except for: [Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval] allow_includes = 1 But we don't rely on perlcritic much right now but hope to use it more and more in the future. There's a very good FLOSS Weekly podcast by the author Jeffrey Thalhammer here: http://twit.tv/show/floss-weekly/189. Probably not that relevant only to use it but interesting to hear about the context and all. In the podcast he mentions Test::Perl::Critic::Progressive (https://metacpan.org/module/Test::Perl::Critic::Progressive) which allows you to gradually increase an old codebase to perlcritic compliance during the test runs (and then you can crank up your severity). > > I find myself writing yet another quick shell script to wrap the basic > utility with a policies selection that makes sense (RCS keywords, > seriously? Let alone in 2012?) -- what do y'all do to enforce coding > style anyway? For style, we use a simple script that looks for tabs. It's the only policy we have right now. The rest is done through code review. Not because we know better but because so far only tabs caused real problems (patch management problems). I would imagine automating source code formatting with perltidy either at the gatekeeper level or in source control pre/post commit hooks is possible but maybe a little harsh. -- Olivier Bilodeau obilodeau at inverse.ca :: +1.514.447.4918 *115 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) From obilodeau at inverse.ca Thu May 24 08:15:28 2012 From: obilodeau at inverse.ca (Olivier Bilodeau) Date: Thu, 24 May 2012 11:15:28 -0400 Subject: [Montreal-pm] Channels IRC sur irc.perl.org / Meeting du 29 Message-ID: <4FBE5090.4000605@inverse.ca> Salut, Je voulais savoir (Luc je regarde dans ta direction) c'est quoi les channels sur irc.perl.org qui valent la peine pour du developement perl network / système (Linux)? Ah et est-ce qu'on annonce le meeting de mardi prochain? Christian je peux le faire si tu es occupé. J'va essayer d'avoir du nouveau monde. A+ -- Olivier Bilodeau obilodeau at inverse.ca :: +1.514.447.4918 *115 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) From lucs at pobox.com Thu May 24 08:33:15 2012 From: lucs at pobox.com (Luc St-Louis) Date: Thu, 24 May 2012 11:33:15 -0400 Subject: [Montreal-pm] Channels IRC sur irc.perl.org / Meeting du 29 In-Reply-To: <4FBE5090.4000605@inverse.ca> References: <4FBE5090.4000605@inverse.ca> Message-ID: <20120524153256.GA7216@lvan.lucs.net> On Thu, May 24, 2012 at 11:15:28AM -0400, Olivier Bilodeau wrote: > Salut, > > Je voulais savoir (Luc je regarde dans ta direction) c'est quoi les > channels sur irc.perl.org qui valent la peine pour du developement perl > network / système (Linux)? Il y a une bonne liste ici: http://www.irc.perl.org/channels.html Et en général, les gens vont, poliment ou non :-) , rediriger les questions qui leur semblent "off-topic" à un autre channel ou réseau. Note qu'il y a aussi le canal #perl sur irc.freenode.net qui est un bon point de départ. Voir aussi cette liste: http://pound-perl.pm.org/channels/ À bientôt! From christian.lavoie at gmail.com Thu May 24 11:55:59 2012 From: christian.lavoie at gmail.com (Christian Lavoie) Date: Thu, 24 May 2012 14:55:59 -0400 Subject: [Montreal-pm] Channels IRC sur irc.perl.org / Meeting du 29 In-Reply-To: <4FBE5090.4000605@inverse.ca> References: <4FBE5090.4000605@inverse.ca> Message-ID: 2012/5/24 Olivier Bilodeau : > Salut, > > Je voulais savoir (Luc je regarde dans ta direction) c'est quoi les > channels sur irc.perl.org qui valent la peine pour du developement perl > network / système (Linux)? > > Ah et est-ce qu'on annonce le meeting de mardi prochain? Christian je > peux le faire si tu es occupé. J'va essayer d'avoir du nouveau monde. Vas-y. Ya des bonnes chances je puisse pas y etre... 50/50. Have fun, Christian http://linkedin.christianlavoie.net "I won't let you fall apart." From obilodeau at inverse.ca Sun May 27 19:48:51 2012 From: obilodeau at inverse.ca (Olivier Bilodeau) Date: Sun, 27 May 2012 22:48:51 -0400 Subject: [Montreal-pm] Rencontre de mai / Mai Meeting Message-ID: <4FC2E793.5030103@inverse.ca> Est, comme à l'habitude, le dernier mardi du mois donc le 29 mai prochain au benelux à 18h. On va pouvoir parler de la release de perl 5.16! :) http://www.nntp.perl.org/group/perl.perl5.porters/2012/05/msg186903.html On se voit là-bas! Santé! --- Is, as usual, last Tuesday of the month so on the 29th at Benelux at 6pm. We'll be able to talk about the recent release of perl 5.16! :) http://www.nntp.perl.org/group/perl.perl5.porters/2012/05/msg186903.html See you there! Cheers! p.s.: invitation calendrier sous peu / calendar invite coming shortly -- Olivier Bilodeau obilodeau at inverse.ca :: +1.514.447.4918 *115 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) From obilodeau at inverse.ca Sun May 27 19:56:35 2012 From: obilodeau at inverse.ca (Olivier Bilodeau) Date: Sun, 27 May 2012 22:56:35 -0400 Subject: [Montreal-pm] =?utf-8?b?SW52aXRhdGlvbiDDoCBsYSByw6l1bmlvbiA6ICJN?= =?utf-8?q?ontreal_Perl_Mongers=22?= Message-ID: <20120528025635.67C6A630169@vizzini.inverse.ca> Olivier Bilodeau vous a invité à la réunion « Montreal Perl Mongers ». Début: 29/05/12 à 18:00 Fin: 29/05/12 à 22:00 Description: Est, comme à l'habitude, le dernier mardi du mois donc le 29 mai prochain au benelux à 18h. On va pouvoir parler de la release de perl 5.16! http://www.nntp.perl.org/group/perl.perl5.porters/2012/05/msg186903.html On se voit là-bas! Santé! --- Is, as usual, last Tuesday of the month so on the 29th at Benelux at 6pm. We'll be able to talk about the recent release of perl 5.16! http://www.nntp.perl.org/group/perl.perl5.porters/2012/05/msg186903.html See you there! Cheers! -------------- section suivante -------------- Une pièce jointe autre que texte a été nettoyée... Nom: non disponible Type: text/calendar Taille: 1885 octets Desc: non disponible URL: From obilodeau at inverse.ca Tue May 29 14:21:15 2012 From: obilodeau at inverse.ca (Olivier Bilodeau) Date: Tue, 29 May 2012 17:21:15 -0400 Subject: [Montreal-pm] =?utf-8?q?Braver_la_temp=C3=AAte?= Message-ID: Je suis installé confortablement au benelux. Les courageux peuvent venir me rejoindre. -- Olivier Bilodeau Sent from my phone. Please excuse my brevity. -------------- section suivante -------------- Une pièce jointe HTML a été nettoyée... URL: From christian.lavoie at gmail.com Tue May 29 15:02:32 2012 From: christian.lavoie at gmail.com (Christian Lavoie) Date: Tue, 29 May 2012 18:02:32 -0400 Subject: [Montreal-pm] =?iso-8859-1?q?Braver_la_temp=EAte?= In-Reply-To: References: Message-ID: On my way. On May 29, 2012 5:21 PM, "Olivier Bilodeau" wrote: > Je suis installé confortablement au benelux. Les courageux peuvent venir > me rejoindre. > -- > Olivier Bilodeau > Sent from my phone. Please excuse my brevity. > _______________________________________________ > Montreal-pm mailing list > Montreal-pm at pm.org > http://mail.pm.org/mailman/listinfo/montreal-pm > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sabjap at gmail.com Wed May 30 06:25:26 2012 From: sabjap at gmail.com (Jean A. Plamondon) Date: Wed, 30 May 2012 09:25:26 -0400 Subject: [Montreal-pm] Follow-up - Git video - Scott Chacon Message-ID: Pour suivi sur notre parenthèse Git du meetup d'hier. http://www.youtube.com/watch?v=ZDR433b0HJY Cheers! ---Jean -------------- section suivante -------------- Une pièce jointe HTML a été nettoyée... URL: