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

NAME

Dist::Zilla::Plugin::EOLTests - Release tests making sure correct line endings are used

DESCRIPTION

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following files:

  • xt/release/eol.t

    a standard Test::EOL test

ATTRIBUTES

trailing_whitespace

If this option is set to a true value, { trailing_whitespace => 1 } will be passed to "all_perl_files_ok" in Test::EOL. It defaults to 1.

AUTHOR

Florian Ragwitz <rafl@debian.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Florian Ragwitz.

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