1
0
mirror of synced 2026-01-21 17:55:25 +00:00

Note that t/perl-syntax.t needs Moose.pm

This commit is contained in:
Axel Beckert 2010-04-15 02:34:59 +02:00
parent 4d240abd6c
commit bf195706b8

View File

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