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

NAME

t/newlines.t - test to make sure all text files are in unix linefeed format

DESCRIPTION

Descends through the distribution directory and verifies that all text files (files with an extention matching a pattern, such as *.txt) are in unix linefeed format.

TESTS

This module defines the following tests.

Descend Distribution

Starting at the Distribution root, look at all files in all subdirections and if the file matches a text type (according to a particular regex for it's extension) add it to a files of files to test.

test linefeedtype

Check if the generated files are correctly unix linefeeds

AUTHOR

John Napiorkowski, <jjn1056 at yahoo.com>

COPYRIGHT & LICENSE

Copyright 2008 John Napiorkowski.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.