Currently working on:

DBIx::Class Tutorial

A Tutorial for DBIx::Class which helps the reader start from scratch accessing or creating a database to use with perl.

  1. Introduction
  2. Describing your database
  3. First steps in creating and retrieving database entries
  4. Expanding simple row objects into useful tools
  5. Joining, related data and chaining searches
  6. User and post statistics
  7. Appendix 1

Suggestions/corrections welcome, via email or IRC (irc.perl.org, #dbix-class)

DBIx::Class For SQL Hackers

Hints and help on how to use DBIx::Class if you already know SQL. Aka the answer to "How do I do this in DBIC?"

  1. DBIC For SQL Hackers - Table of Contents

On-Hold

Things I started but got distracted from / bored of..

Fileformats website

A website in Catalyst, with associated database, for storing normalised definitions of binary file formats. The motivation for this one is that various programming groups attempt to decipher file formats for video games and other things, and publish their own file spec pages on the web, usually in Wikis or similar. These are laid out in various ways, not exportable, etc.

  1. Svn repository

Document Binary.pm

Binary is a perl module for parsing information out of files, into perl structures. It contains a pre-defined set of functions for parsing oft-used values such as integers, or null-terminated strings. Users of the module can use these to build a complete file specifaction.

  1. Binary.pm

Completed

Release Pod::Inherit

Linking to inherited methods in your POD, automagically

  1. Pod::Inherit write-up
  2. Pod::Inherit POD
  3. Pod::Inherit on CPAN