File: Changes

package info (click to toggle)
libdist-zilla-plugin-test-eol-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 348 kB
  • ctags: 7
  • sloc: perl: 340; makefile: 2
file content (88 lines) | stat: -rw-r--r-- 3,177 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Revision history for Dist-Zilla-Plugin-Test-EOL

0.19    2016-07-19 03:13:48Z
        - add missing prereq needed for testing the generated test file

0.18    2015-04-19 08:01:06Z
        - mark Dist::Zilla::Plugin::EOLTests as deprecated in metadata

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
          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

0.16    2014-11-17 03:00:59Z
        - allow tests to pass even while upstream modules have warnings under
          perl 5.21.6

0.15    2014-10-31 06:09:12Z
        - use the 'deprecated' warning category to issue the warning in
          [EOLTests]

0.14    2014-10-23 01:37:00Z
        - change default filename from test-eol.t to eol.t
        - add metadata for [MetaConfig]
        - fix missing test prerequisite
        - formally deprecated [EOLTests] (it will continue to exist through
          April 2015).

0.13    2014-10-22 05:44:36Z
        - Dist::Zilla::Plugin::EOLTests and Dist::Zilla::Plugin::Test::EOL are
          now combined into one distribution, Dist-Zilla-Plugin-Test-EOL
        - add "filename" configuration option
        - Test::EOL is injected as a develop prerequisite

0.12    2014-04-10
        - readd Test::EOL prereq that was accidentally removed when moving to
          authorbundle

0.11    2014-04-10
        - improve docs
        - move to authorbundle

0.10    2013-12-18
        - forgot to update encoding and contributors

0.09    2013-12-18
        - rerelease because of DZP::Test::Compile problem on windows

0.08    2013-09-07
        - revert change added in 0.06, Dist::Zilla should now be handling this
          correctly, update your Dist::Zilla if you're having a problem. If you're
          still having a problem after that let me know

0.07    2012-04-04
        - update my other plugins which should also update test deps
        - add generated by comment to test output

0.06    2012-04-03
        - attempt to fix issue where Test::EOL is added to prereqs of consuming
          dists

0.05    2012-04-02
        - add Test::EOL dep ( dolmen )
        - use Test::EOL in generated test ( dolmen )
        - fix bugtracker url
        - add a simple test to check that the test compiles

0.04    2012-01-09
        - Give RAFL more credit

0.03    2011-12-11
        - Fork from Dist::Zilla::Plugin::EOLTests
        - make an author test
        - new standard ::Test namespace
        - use Test::Requires

0.02    2010-06-03
        - Allow checking for trailing whitespace.
          This is enabled by default, but can be turned off with
          trailing_whitespace = 0.

0.01    2010-05-29
        - Split off of Dist::Zilla::Plugin::SanityTests.