0.0601 2021-08-27
- Extract https://metacpan.org/pod/File::TreeCreate .
0.0600 2020-06-07
- Avoid excessive callback calls by having the _path_cb take the $rule
object (optimization).
0.0501 2020-06-06
- Try to fix t/dogfood.t tests failures on MS Windows.
- E.g: http://www.cpantesters.org/cpan/report/11330c63-6d80-1014-a13f-106dfb661191
0.0500 2020-06-05
- Convert the file processing to use a code generated callback (a speed optimization).
0.0400 2020-05-20
- Add the 'find_cr' and 'find_tabs' options.
0.0302 2019-08-23
- Now at https://github.com/shlomif/perl-test-trailingspace
- Convert to https://metacpan.org/pod/Dist::Zilla::PluginBundle::SHLOMIF
0.0301 2016-11-01
- Skip "sample-data" in t/dogfood.t .
- It made it fail some time in parallel tests:
- http://www.cpantesters.org/cpan/report/6bd20c86-952f-11e6-9d8c-fd3fe822d6a9
0.0300 2016-05-17
- Made abs_path_prune_re affect files as well.
- This way one can skip files with offending extensions.
0.0205 2015-05-30
- Add VCS repository and bugtracker info to META.yml.
0.0204 2014-02-01
- Specify minimum version of perl to be 5.8. (CPANTS).
- Add provides to META.yml (CPANTS).
- Add Test::CPAN::Changes.
0.0203 2013-05-31
- Fix the detection of directories to prune (version-control/etc.)
on systems that don't use "/"-es.
- Path fixes for t/object-test.t on Windows.
0.0202 2013-05-27
- Fix the case where both abs_path_prune_re and the built-in prunes
match.
0.0201 2013-05-27
- Fix the regex for the matching of a .hg or .bzr directory.
0.0200 2013-05-27
- Add the 'abs_path_prune_re' parameter to the constructor.
0.0103 2012-11-17
- Refer to Test::EOL in the documentation.
0.0102 2012-08-08
- Clarified the documentation for ->no_trailing_space.
- Thanks to ik on Freenode.
0.0101 2012-08-08
- Add $VERSION to lib/Test/TrailingSpace.pm .
0.0100 2012-08-08
-First release.