Skip to content

Commit

Permalink
Need git
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Jun 2, 2010
1 parent e77519b commit c405f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit c405f7d

Please sign in to comment.