From: Dave Rolsky <autarch@urth.org>
Date: Tue, 14 Oct 2008 13:27:19 +0000 (+0000)
Subject: Add () which apparently was needed for at least one person
X-Git-Tag: 0.59~2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6fb58c0db65fc8e414028b359bb9a52016c4b402;p=gitmo%2FMoose.git

Add () which apparently was needed for at least one person
---

diff --git a/Makefile.PL b/Makefile.PL
index e9969b5..3c5a90e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,7 +27,7 @@ build_requires 'Test::More'      => '0.62';
 build_requires 'Test::Exception' => '0.21';
 build_requires 'Test::LongString';
 
-tests_recursive;
+tests_recursive();
 
 WriteAll();