NAME
    Dist::Zilla::Plugin::Test::EOL - Author tests making sure correct line
    endings are used

VERSION
    version 0.12

DESCRIPTION
    Generate an author Test::EOL.

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

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.

    What this option is going to do is test for the lack of trailing
    whitespace at the end of the lines (also known as "trailing space").

ACKNOWLEDGMENTS
    This module is a fork of Dist::Zilla::Plugin::EOLTests and was
    originally written by Florian Ragwitz. It was forked because the Test::
    namespace is preferred for test modules, and because I would prefer to
    have EOL tests be Author tests.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    https://github.com/xenoterracide/dist-zilla-plugin-test-eol/issues

    When submitting a bug or request, please include a test-file or a patch
    to an existing test-file that illustrates the bug or desired feature.

SEE ALSO
    Please see those modules/websites for more information related to this
    module.

    *   Test::EOL

    *   Dist::Zilla::Plugin::EOLTests

CONTRIBUTORS
    *   Olivier Mengué <dolmen@cpan.org>

    *   Shlomi Fish <shlomif@shlomifish.org>

AUTHORS
    *   Florian Ragwitz <rafl@debian.org>

    *   Caleb Cushing <xenoterracide@gmail.com>

COPYRIGHT AND LICENSE
    This software is Copyright (c) 2014 by Caleb Cushing.

    This is free software, licensed under:

      The Artistic License 2.0 (GPL Compatible)