enlightened perl organisation

enlightened |en'litnd|: adjective:
having or showing a rational, modern, and well-informed outlook

  

Planet Perl Iron Man

Daily archive for Tuesday, 03 April 2012

< Younger posts | Older posts >
Tatsuhiko Miyagawa: Perl QA Hackathon 2012

Over the weekend I travelled to Paris, France for the wonderful Perl QA Hackathon 2012.

Paris

This is my second trip to Paris - the last time was around 2007 when I stayed at elochet’s place for Act Hacking, sponsored by the YAPC::Asia funds.

Paris is a [...]

David Golden: Perl QA hackathon wrapup
From mid-air somewhere near Greenland... I'm on my way back from the fifth annual Perl QA Hackathon and I can't believe it's already over. I missed the last two and I'd forgotten what an awesome experience it is. tl;dr: Stuff I worked on: A new way o [...]
Alberto Simões (ambs): Dancer article on SDJ
Some time ago I was invited to write a Perl article to Software Developers Journal. It is (as far as I could gather) a magazine based on Poland. Their website is at http://en.sdjournal.org/. It is a paid magazine, so to...
Sebastian Willing: Writing a DBI database driver
DBI is the universal Perl database interface but it’s using a so-called DBD driver module for each database type. I’ve been searching but didn’t find a DBD module fitting my needs and so I started writing a new one. DBI::DBD is DBI’s documentation fo [...]
Tatsuhiko Miyagawa: rjbs's rubric: how I spent my Perl QA Hackathon
rjbs's rubric: how I spent my Perl QA Hackathon:

As we walked back to the hotel before dinner, I asked Miyagawa how his hackathon was going. He said he wanted to get better support for all of META.json’s prereq types (suggestions, test requirements, e [...]

Ricardo SIGNES (rjbs): how I spent my Perl QA Hackathon

I've been a big fan of the Perl QA Hackathon since the first one in Oslo in 2008. I always walk away from them feeling like I've finished a lot of work that I would otherwise have let go unfinished, and with refreshed interest in the general work of [...]

Dave Jacoby (/var/log/rant): Maybe Perl IS A Write-Only Language: Rereading a Regular Expression
OK, I don't really believe that, but I found this in my code base during a refactor today.

        $array[ 0 ] =~ s/[^\w\d\._]+/_/gomx ;

It took me some re-reading and reminding to decipher what it is supposed to be doing.

The brackets are holding a grou [...]
Jess Robinson: Under the palm tree (CFT-Jobs-Grants-etc.html)

CFT, Jobs, Grants etc

Well that plan to do weekly updates went well, didn't it! Week, er.. 4 already.

Walking

Now that I'm not doing my usual 30-minute walk before lunch every day, I need to make sure I do at least some going out / walking to keep in sh [...]

Chris Prather (perigrin): How to Break CPAN with Dist::Zilla!

How to Automate breaking half of CPAN with Dist::Zilla!

So last night I dropped a new module on to the CPAN. Normally this would be a cause for celebration, except it turns out I broke Moose.

A Date with Destiny

If you don't know local::lib, you should [...]

perlcodesample: 書籍案内「もっと自在にサーバを使い倒す 業務に役立つPerl」(技術評論社)

 「もっと自在にサーバを使い倒す 業務に役立つPerl」の技術評論社のサイトの書籍案内ページができ上がったようです。担当したくださった担当者の方、ありがとうございます。

http://gihyo.jp/book/2012/978-4-7741-5025-3

gihyo.jp 書籍案内「Software Design plus もっと自在にサーバを使い倒す 業務に役立つPerl」

 書籍の表紙のイメージはブルーとホワイトです。きっとさわやかにPerlをプログラミングすることができるでしょう。書籍案内のページでは「著者紹介」や「目次の一覧」を見ることができます。

 書籍案内のページamazonの [...]

Pablo Marin-Garcia (pamag): Calculate years between two dates with Perl
Problem:
Giving two dates calculate the number of years between them.

Preamble:
This seems a trivial problem BUT it is not: you could take the year of each date subtract them and if > 0, then if the month of the second date is smaller than the first, ad [...]
Martin Evans (MJEVANS): New 1.36_2 development release of Perl DBD::ODBC

DBD::ODBC 1.36_2 is now on CPAN. I'm afraid this makes some incompatible changes with the last full release and for that I appologise. It seems I was just too ambitious defaulting the internal execute_for_fetch to on. I suspected some ODBC drivers wo [...]

YAPC::EU 2012: booking.com sponsors YAPC::Europe 2012
We welcome booking.com as a Platinum Sponsor of this years' YAPC::Europe. It's amazing to get so much support from companies using Perl. Thanks! Due to the growth of Booking.com's IT department we are now hiring 30 Perl Developers! Booking.com is...
perlcodesample: ブラウザのショートカットアイコン(ファビコン)を変更する / Mojoliciousリファレンス

 Mojoliciousではデフォルトで雲のマークのファビコンが表示されますが、変更するのは簡単です。

 publicディレクトリ以下にfavicon.icoという名前で配置するだけです。

public
  - favicon.ico

 古いファビコンはブラウザにキャッシュされるので確認するときは、ブラウザのキャッシュを削除する必要があるかと思います。

 またファイル名を指定してファビコンを設置したい場合はHTMLのlinkタグでrelにshortcut iconを指定して以下のようにします。publicデ [...]

Herbert Breunung: A real Grant Report for the Perl 6 Tablets
Allright, long long time ago i got this TPF grant. You were all a generous boss to not tackle me because i had other important stuff to do for Perl community (including Perl 6 articles for $foo perl magazine, perlzeitung...
< Younger posts | Older posts >