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

NAME

syncheck - Wraps 'perl -c' so it works even if modules are unavailable

Coverage Status

DESCRIPTION

This binary is a consumer of Syntax::Check

SYNOPSIS

Binary:

    syncheck [--verbose] [--keep] perl_filename.ext

ARGUMENTS

--keep|-k

If supplied, we will keep the temporary library directory structure in your temp dir. By default we delete this directory upon program completion.

--verbose|-v

Supply this argument to get verbose output.

perl_file.ext

This argument is mandatory and must follow all others. It's the name of the Perl file to do syntax checking on.

AUTHOR

Steve Bertrand, <steveb at cpan.org>

LICENSE AND COPYRIGHT

Copyright 2020 Steve Bertrand.

This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at:

http://www.perlfoundation.org/artistic_license_2_0