# New Ticket Created by Jerry Gay
# Please include the string: [perl #39824]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39824 >
=head1 NAME
tools/dev/check_source_standards.pl - Check conformancs of C source
code to PDD 7
=head1 SYNOPSIS
% perl tools/dev/check_source_standards.pl file1 [file2 ...]
% perl tools/dev/check_source_standards.pl all_source
=head1 DESCRIPTION
This script checks that the C source code conforms to the standards in
PDD 7.
To run it on all the C source code files in the distribution pass in
C<all_source> instead of a list of files.
=end
this is part of the coding standards, and should be a test under
t/codingstd/. if necessary, it should be updated to follow the coding
standards laid out in PDD07.
~jerry