From bf195706b89cf325540479189fd60a8307c0ea8f Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 15 Apr 2010 02:34:59 +0200 Subject: [PATCH] Note that t/perl-syntax.t needs Moose.pm --- t/perl-syntax.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/perl-syntax.t b/t/perl-syntax.t index 5d0b7bd..2a96529 100755 --- a/t/perl-syntax.t +++ b/t/perl-syntax.t @@ -1,6 +1,8 @@ #!/usr/bin/perl -w # -# Test that every perl file we have passes the syntax check. +# Test that every perl file we have passes the syntax check. This of +# course needs not only build dependencies but also run-time +# dependencies like libmoose-perl installed. # # Steve # --