summaryrefslogtreecommitdiff
path: root/Build.PL (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-01-24Try to get stuff working with Dancer 1.3x, but still nagged by a few failing ↵new_dancerJonathan "Duke" Leto1-2/+2
tests in t/002_index_route.t
2011-05-22Add a test file for git cloningJonathan "Duke" Leto1-16/+19
2011-05-22Remove dep on Git::RepositoryJonathan "Duke" Leto1-1/+0
2011-05-22Add test db to our cleanup targetJonathan "Duke" Leto1-1/+2
2011-05-12Fix #62 - display human friendly build timesfranck cuny1-0/+1
Signed-off-by: franck cuny <franck@lumberjaph.net>
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.