about summary refs log tree commit diff
path: root/Build.PL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a test file for git cloningJonathan "Duke" Leto2011-05-221-16/+19
|
* Remove dep on Git::RepositoryJonathan "Duke" Leto2011-05-221-1/+0
|
* Add test db to our cleanup targetJonathan "Duke" Leto2011-05-221-1/+2
|
* Fix #62 - display human friendly build timesfranck cuny2011-05-121-0/+1
| | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
* Add a dep on DateTime::Format::SQLiteJonathan "Duke" Leto2011-03-141-0/+1
|
* Declare DBIx::Class::DeploymentHandler as a dependencyJonathan "Duke" Leto2011-02-221-0/+1
|
* Add Test::MockObject as a depJonathan "Duke" Leto2011-01-121-0/+1
|
* Make failure email more customizable, start new jitterbug::Emailer in perlJonathan "Duke" Leto2011-01-111-0/+1
|
* Update deps to require Test::MostJonathan "Duke" Leto2011-01-051-1/+1
|
* Add App::perlbrew and Dist::Zilla as dependenciesJonathan "Duke" Leto2011-01-041-0/+2
|
* Convert jitterbug to use Module::BuildJonathan "Duke" Leto2011-01-031-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.