X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=51a5614ee393b528ef839e53919529e42ec96876;hb=5bcec1c99b6f7b377d6baadeeff39c8eb5a06b9a;hp=eff543d9e14c826a983f26254e5dd3102bc88c11;hpb=a2a19aff728b378e83fd11b71bc9f947dd15b46c;p=catagits%2FTest-EOL.git diff --git a/README b/README index eff543d..51a5614 100644 --- a/README +++ b/README @@ -2,11 +2,11 @@ NAME Test::EOL - Check the correct line endings in your project SYNOPSIS - "Test::EOL" lets you check the presence of tabs in your perl code. It - report its results in standard "Test::Simple" fashion: + "Test::EOL" lets you check the presence of windows line endings in your + perl code. It report its results in standard "Test::Simple" fashion: use Test::EOL tests => 1; - eol_unix_ok( 'lib/Module.pm', 'Module is tab free'); + eol_unix_ok( 'lib/Module.pm', 'Module is ^M free'); Module authors can include the following in a t/eol.t and have "Test::EOL" automatically find and check all perl files in a module @@ -22,7 +22,7 @@ SYNOPSIS DESCRIPTION This module scans your project/distribution for any perl files (scripts, - modules, etc) for the presence of tabs. + modules, etc) for the presence of windows line endings. EXPORT A list of functions that can be exported. You can delete this section if