[libdist-zilla-plugin-test-eol-perl] 13/13: Dist-Zilla-Plugin-Test-EOL-0.17

Intrigeri intrigeri at moszumanska.debian.org
Sun Aug 16 09:20:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag 0.17
in repository libdist-zilla-plugin-test-eol-perl.

commit 3348266087348efaa8e25afebecf90290e09eaca
Author: Karen Etheridge <ether at cpan.org>
Date:   Sat Jan 31 00:43:12 2015 -0800

    Dist-Zilla-Plugin-Test-EOL-0.17
    
            - include trailing_whitespace in config dumped into metadata
            - now includes the list of files to check inside the test, allowing
              customization of files to search via filefinder options (adds
              searching of .pod by default); also works around issue with older
              Test::EOL Test::NoTabs that tests nothing when the test is two levels
              deep from the dist root (see RT#66177)
            - add new 'file' option, for adding additional files to test
            - allow this distribution's tests to run smoothly with older Test::EOL
---
 CONTRIBUTING |  2 +-
 Changes      |  2 ++
 README.pod   | 85 ++++++++++++++++++++++++++++--------------------------------
 3 files changed, 42 insertions(+), 47 deletions(-)

diff --git a/CONTRIBUTING b/CONTRIBUTING
index cb31f89..c3eb95d 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -97,4 +97,4 @@ request to the .mailmap file to contain the correct mapping.
 
 
 This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.005 from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.079.
+template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.085.
diff --git a/Changes b/Changes
index f6cd699..076dd8a 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for {{$dist->name}}
 
 {{$NEXT}}
+
+0.17    2015-01-31 08:42:33Z
         - include trailing_whitespace in config dumped into metadata
         - now includes the list of files to check inside the test, allowing
           customization of files to search via filefinder options (adds
diff --git a/README.pod b/README.pod
index 7f53905..3179aa2 100644
--- a/README.pod
+++ b/README.pod
@@ -8,24 +8,14 @@ Dist::Zilla::Plugin::Test::EOL - Author tests making sure correct line endings a
 
 =head1 VERSION
 
-version 0.16
+version 0.17
 
 =head1 DESCRIPTION
 
 Generate an author L<Test::EOL>.
 
 This is an extension of L<Dist::Zilla::Plugin::InlineFiles>, providing
-the following files:
-
-=over 4
-
-=item *
-
-xt/author/eol.t
-
-a standard Test::EOL test
-
-=back
+the file F<xt/author/eol.t>, a standard L<Test::EOL> test.
 
 =head1 CONFIGURATION OPTIONS
 
@@ -40,11 +30,30 @@ L<Test::EOL/all_perl_files_ok>. It defaults to C<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").
 
+=head2 C<finder>
+
+=for stopwords FileFinder
+
+This is the name of a L<FileFinder|Dist::Zilla::Role::FileFinder> for finding
+files to check.  The default value is C<:InstallModules>,
+C<:ExecFiles> (see also L<Dist::Zilla::Plugin::ExecDir>) and C<:TestFiles>;
+this option can be used more than once.
+
+Other predefined finders are listed in
+L<Dist::Zilla::Role::FileFinderUser/default_finders>.
+You can define your own with the
+L<[FileFinder::ByName]|Dist::Zilla::Plugin::FileFinder::ByName> plugin.
+
+=head2 C<file>
+
+a filename to also test, in addition to any files found
+earlier. This option can be repeated to specify multiple additional files.
+
 =head2 C<filename>
 
 The filename of the test to add - defaults to F<xt/author/test-eol.t>.
 
-=for Pod::Coverage gather_files register_prereqs
+=for Pod::Coverage mvp_multivalue_args mvp_aliases gather_files munge_files register_prereqs
 
 =head1 ACKNOWLEDGMENTS
 
@@ -53,45 +62,13 @@ 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.
 
-=head1 BUGS
-
-Please report any bugs or feature requests on the bugtracker website
-https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-Test-EO
-L or by email to bug-Dist-Zilla-Plugin-Test-EOL at rt.cpan.org.
-
-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.
-
 =head1 SEE ALSO
 
-Please see those modules/websites for more information related to this module.
-
 =over 4
 
 =item *
 
-L<Test::EOL|Test::EOL>
-
-=item *
-
-L<Dist::Zilla::Plugin::EOLTests|Dist::Zilla::Plugin::EOLTests>
-
-=back
-
-=head1 CONTRIBUTORS
-
-=for stopwords Olivier Mengué Shlomi Fish
-
-=over 4
-
-=item *
-
-Olivier Mengué <dolmen at cpan.org>
-
-=item *
-
-Shlomi Fish <shlomif at shlomifish.org>
+Test::EOL
 
 =back
 
@@ -120,4 +97,20 @@ This software is copyright (c) 2010 by Florian Ragwitz <rafl at debian.org>.
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
+=head1 CONTRIBUTORS
+
+=for stopwords Olivier Mengué Shlomi Fish
+
+=over 4
+
+=item *
+
+Olivier Mengué <dolmen at cpan.org>
+
+=item *
+
+Shlomi Fish <shlomif at shlomifish.org>
+
+=back
+
 =cut

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-eol-perl.git



More information about the Pkg-perl-cvs-commits mailing list