summaryrefslogtreecommitdiff
path: root/Build.PL (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-14Add a dep on DateTime::Format::SQLiteJonathan "Duke" Leto1-0/+1
2011-02-22Declare DBIx::Class::DeploymentHandler as a dependencyJonathan "Duke" Leto1-0/+1
2011-01-12Add Test::MockObject as a depJonathan "Duke" Leto1-0/+1
2011-01-11Make failure email more customizable, start new jitterbug::Emailer in perlJonathan "Duke" Leto1-0/+1
2011-01-05Update deps to require Test::MostJonathan "Duke" Leto1-1/+1
2011-01-04Add App::perlbrew and Dist::Zilla as dependenciesJonathan "Duke" Leto1-0/+2
2011-01-03Convert jitterbug to use Module::BuildJonathan "Duke" Leto1-0/+39
Jitterbug now uses Module::Build, mostly so that "./Build installdeps" can be used to install all Jitterbug dependencies. The README has been updated to document the new installation process. A Makefile.PL is still generated for backcompat.