The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Syntax::Aggregate::Checker - runs syntax checks on specified files

DESCRIPTION

This module is used by Test::Syntax::Aggregate, you don't normally want use it directly

SUBROUTINES

run

Reads file names from the standart input. Tries to compile each file in a forked process. Prints "ok" if compilation succeed, or "not ok" otherwise.

AUTHOR

Pavel Shaydo, <zwon at cpan.org>

LICENSE AND COPYRIGHT

Copyright 2011 Pavel Shaydo.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.