about summary refs log tree commit diff
path: root/Build.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-05-12 21:22:58 +0200
committerfranck cuny <franck@lumberjaph.net>2011-05-12 21:22:58 +0200
commitdc7eb140af5e8b8d193d5fb1278681f7217e242a (patch)
tree11a77d28b61dd7f4525d6665c113a42446e30d20 /Build.PL
parentFix #65 - show the last 3 days of commits in a project (diff)
downloadjitterbug-dc7eb140af5e8b8d193d5fb1278681f7217e242a.tar.gz
Fix #62 - display human friendly build times
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 10991a6..244c593 100644
--- a/Build.PL
+++ b/Build.PL
@@ -30,6 +30,7 @@ my $builder = Module::Build->new(
         'App::perlbrew'            => 0,
         'Dist::Zilla'              => 0,
         'Email::Stuff'             => 0,
+        'Time::Elapsed'            => 0,
         'DBIx::Class::DeploymentHandler' => 0,
     },
     add_to_cleanup      => [ 'jitterbug-' ],