Dual-license your content for inclusion in The Perl 5 Wiki using this HOWTO, or join us for a chat on irc.freenode.net#PerlNet.
Sydney Perl Mongers/11th April 2005
From PerlNet
Meeting preparation
The following talks were proposed:
- Andrew
- Writing Solid CPAN Modules (http://www.perlmonks.org/?node_id=418891)
- The Phalanx Project (http://www.perl.com/pub/a/2005/01/13/phalanx.html)
- The Pugs Project (http://www.perl.com/pub/a/2005/03/03/pugs_interview.html)
- The Lighter Side of Perl Culture (http://www.perlmonks.org/?node_id=410774).
- Stephen
- Intro to Class::DBI
- CPAN modules that make my life easier
Meeting
Followup
After the meeting Andrew followed up as below::
Spork was lovely because I could write the slides in the stunningly simple and concise kwiki markup language. Links to Spork (and some related modules):
- http://search.cpan.org/dist/Spiffy/
- http://search.cpan.org/dist/IO-All/
- http://search.cpan.org/dist/Spoon/
- http://search.cpan.org/dist/Kwiki/
- http://search.cpan.org/dist/Spork/
Ingy has boldly proposed that the evolution of POD in Perl 6 be called kwid (I guess that word is a combination of pod and kwiki), a draft spec of which can be found at:
http://svn.openfoundry.org/pugs/docs/S26draft.pod
He is also the driving force behind the new FreePAN:
http://wiki.freepan.org/index.cgi?FAQ
I don't intend to publish the slides since they were just bullet points taken from this article:
http://www.perlmonks.org/?node_id=418891
Some things I said were cool:
- The Test::Harness 'prove' command. This command comes standard with recent versions of Test::Harness (bundled in perl 5.8). http://search.cpan.org/dist/Test-Harness/bin/prove I find it very handy as a development tool.
- The Devel::Cover module: http://search.cpan.org/dist/Devel-Cover/ which I find valuable to determine which parts of my modules have not been tested.

