by ≈Chisel
It's often useful to check that your DBIx::Class classes provide the methods you expect, and no-one has sneakily stolen or broken methods when you weren't looking.
Being lazy I wanted to do this with as little fuss and typing as possible.
Thanks to Test::DBIx::Class::Schema I can do all of the above and would like to share thoughts and musings for the future of the module.
This will show you how easy it is to put together a dynamic website using Perl. We'll work through the implementation of an intelligent search-engine based on a Model-View-Controller architecture using the (new and shiny) Dancer package.
The intended audience includes students who are comfortable with implementing subroutines, packages and tests, and teachers who would like to see why Dancer is the best path to learning web development.