Use appropriate prototype depending on perl version in test.
authorDan Brook <broq@cpan.org>
Sun, 30 Oct 2011 22:22:52 +0000 (22:22 +0000)
committerDan Brook <broq@cpan.org>
Sun, 30 Oct 2011 22:24:52 +0000 (22:24 +0000)
commit8f7296d0b564f052d4b17dddbd553dc355b04f88
treed4809f25a03a96b6f72c107f83b999587e287819
parentb6e0be6c0a8f9e638f354a4c7d3f8af9c964253f
Use appropriate prototype depending on perl version in test.

The _ prototype didn't exist before-5.10 and since Gitalist runs under 5.8.9
at least it seemed only proper to have this test not blow up horribly.
t/02git_Repository.t