about summary refs log tree commit diff
path: root/Build.PL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.