Need git
Tomas Doran [Wed, 2 Jun 2010 23:15:54 +0000 (00:15 +0100)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 8a07c20..d3757b1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 This file documents the revision history for Perl extension Gitalist.
 
+   - Add a requires_external_bin for the git command.
+
 0.001007 2010-05-15
     - Set the use_request_uri_for_path configuration variable to be compatible
       with Catalyst 5.80024.
index 0f02ea7..4b7354d 100644 (file)
@@ -95,6 +95,8 @@ requires 'Sub::Exporter';
 requires 'Syntax::Highlight::Engine::Kate';
 requires 'Sys::Hostname';
 
+requires_external_bin 'git';
+
 test_requires 'Test::More' => '0.88';
 test_requires 'Test::utf8' => '0.02';