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 # --