Fix docs where I failed to change from Test::NoTabs
t0m [Fri, 17 Jul 2009 17:48:18 +0000 (18:48 +0100)]
lib/Test/EOL.pm

index 31a3a47..2d616d0 100644 (file)
@@ -135,11 +135,12 @@ Test::EOL - Check the correct line endings in your project
 
 =head1 SYNOPSIS
 
-C<Test::EOL> lets you check the presence of tabs in your perl code. It
+C<Test::EOL> lets you check the presence of windows line endings in your
+perl code. It
 report its results in standard C<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 C<Test::EOL>
 automatically find and check all perl files in a module distribution:
@@ -155,7 +156,7 @@ or
 =head1 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.
 
 =head1 EXPORT