6 years agorepository has moved to https://github.com/karenetheridge/Test-EOL master
Karen Etheridge [Wed, 3 May 2017 21:22:04 +0000]
repository has moved to https://github.com/karenetheridge/Test-EOL

8 years agoRemove pointless attribution in Changes
Dagfinn Ilmari Mannsåker [Sat, 12 Sep 2015 12:55:50 +0000]
Remove pointless attribution in Changes

8 years agoCheck *.pod files as well as *.pm, *.pl and *.t (RT#82032)
Dagfinn Ilmari Mannsåker [Sat, 12 Sep 2015 12:53:46 +0000]
Check *.pod files as well as *.pm, *.pl and *.t (RT#82032)

8 years agoAvoid emitting trailing whitespace in test (oh, the irony)
Dagfinn Ilmari Mannsåker [Sat, 12 Sep 2015 11:31:23 +0000]
Avoid emitting trailing whitespace in test (oh, the irony)

8 years agoImprove failure test failure diagnostics
Dagfinn Ilmari Mannsåker [Sat, 12 Sep 2015 11:34:38 +0000]
Improve failure test failure diagnostics

8 years agoUpdate documentation for starting point change in version 1.5
Dagfinn Ilmari Mannsåker [Sat, 12 Sep 2015 12:43:48 +0000]
Update documentation for starting point change in version 1.5

Commit 856d7ba updated the code, but not the docs.
Also remove unused $updir variable left behind by the same commit.

8 years agov1.6 v1.6
Arthur Axel 'fREW' Schmidt [Fri, 31 Jul 2015 04:51:12 +0000]
v1.6

  - Add 'no_test' import option to allow more composability
    (Arthur Axel fREW Schmidt)

8 years agoAdd 'no_test' import option to allow more composability
Arthur Axel 'fREW' Schmidt [Fri, 31 Jul 2015 04:49:50 +0000]
Add 'no_test' import option to allow more composability

8 years agomake cutting releases easier
Arthur Axel 'fREW' Schmidt [Fri, 31 Jul 2015 04:48:32 +0000]
make cutting releases easier

11 years agoadd ticket reference
Karen Etheridge [Sat, 22 Dec 2012 03:42:45 +0000]
add ticket reference

11 years agoVersion 1.5 1.5
Tomas Doran [Sat, 8 Sep 2012 20:20:09 +0000]
Version 1.5

11 years agoChangelog
Tomas Doran [Sat, 8 Sep 2012 20:19:48 +0000]
Changelog

11 years agoDefault to using the cwd to base tests
Tomas Doran [Sat, 8 Sep 2012 20:18:04 +0000]
Default to using the cwd to base tests

::Bin .. no longer used, as per RT#66177

11 years agoVersion 1.4 1.4
Tomas Doran [Sat, 8 Sep 2012 20:07:35 +0000]
Version 1.4

11 years agoChangelog
Tomas Doran [Sat, 8 Sep 2012 20:06:57 +0000]
Changelog

11 years agodist.ini: Credit myself as an author
Olivier Mengué [Sat, 8 Sep 2012 08:23:08 +0000]
dist.ini: Credit myself as an author

11 years agodist.ini: s/CompileTests/Test::Compile/
Olivier Mengué [Sat, 8 Sep 2012 08:22:18 +0000]
dist.ini: s/CompileTests/Test::Compile/

11 years agoRT#76037 12-fail.t: cleanup 'bad_file_3' => Win32 ok
Olivier Mengué [Sat, 8 Sep 2012 07:06:06 +0000]
RT#76037 12-fail.t: cleanup 'bad_file_3' => Win32 ok

Cleanup the the last failing test on Win32: 'bad_file_3' generated file is
now a pure Win32 file (without the fancy crazy \r it had before).
The failure is now expected at line 1, instead of line 9 as the first line with
\r is line 1. (I don't understand why Test::EOL was supposed to detect only
fancy multiple \r instead of *any*).

Now, all tests pass on Win32 (RT#76037)!

11 years agoEnforce clean source by applying Test::EOL on ourself
Olivier Mengué [Sat, 8 Sep 2012 06:57:20 +0000]
Enforce clean source by applying Test::EOL on ourself

To avoid an other shame (see commit 1ec979a85aff74) and ensure future Win32
portability, apply all Test::EOL strictures on ourself.

11 years ago12-fail.t: fix trailing spaces in the test source itself !!!!!!
Olivier Mengué [Sat, 8 Sep 2012 06:46:17 +0000]
12-fail.t: fix trailing spaces in the test source itself !!!!!!

Yes, 12-fail.t was so broken that it had trailing spaces...

11 years ago12-fail.t: fix most tests on Win32
Olivier Mengué [Sat, 8 Sep 2012 06:36:24 +0000]
12-fail.t: fix most tests on Win32

Fix almost all tests on Win32 by NEVER using raw ^M.

The rule: DO NOT USE RAW ^M IN SOURCE CODE. That's not portable!
Avoiding those problems is the point of disallowing ^M with Test:EOL. I can't
understand why the Test::EOL maintainers didn't apply that rule to themselves.

Test 'make_bad_file_3' is so broken that I don't understand what it is
supposed to do, so I just translated raw ^M to "\r" for now.

11 years ago12-fail.t: refactor common code in sub run_ok()
Olivier Mengué [Sat, 8 Sep 2012 06:02:57 +0000]
12-fail.t: refactor common code in sub run_ok()

Refactor common test code in sub run_ok().
Add test for exit code.
Fix check of output.
Some tests still fail on Win32.

11 years ago12-fail.t: fix output redirection
Olivier Mengué [Sat, 8 Sep 2012 04:57:40 +0000]
12-fail.t: fix output redirection

If the destination for &2 must be the same as &1 (2>&1), &1 must be redirected
before &2 is redirected. This is not Win32 specific.

11 years agoVersion 1.3 1.3
Tomas Doran [Fri, 15 Jun 2012 22:23:02 +0000]
Version 1.3

11 years agoFix to ignore inc/ directory used by Module::Install
Tomas Doran [Fri, 15 Jun 2012 22:21:36 +0000]
Fix to ignore inc/ directory used by Module::Install

11 years agoVersion 1.2 1.2
Tomas Doran [Thu, 14 Jun 2012 18:32:56 +0000]
Version 1.2

12 years agoFix bad regex. RT#75968
Tomas Doran [Thu, 22 Mar 2012 20:12:23 +0000]
Fix bad regex. RT#75968

12 years agoVersion 1.1 1.1
Peter Rabbitson [Mon, 16 Jan 2012 11:17:07 +0000]
Version 1.1

12 years agoOnly test for an empty STDERR, we don't really care what STDOUT looks like
Peter Rabbitson [Mon, 16 Jan 2012 11:14:08 +0000]
Only test for an empty STDERR, we don't really care what STDOUT looks like

12 years agoNo point of switching utf8 layers in all-latin tests
Peter Rabbitson [Mon, 16 Jan 2012 11:08:51 +0000]
No point of switching utf8 layers in all-latin tests

12 years agoVersion 1.0 1.0
Peter Rabbitson [Thu, 5 Jan 2012 02:40:14 +0000]
Version 1.0

12 years agoDocumentating + authorship
Peter Rabbitson [Thu, 5 Jan 2012 02:37:19 +0000]
Documentating + authorship

12 years agoNo longer blindly assume utf8 on input files (RT#59877)
Peter Rabbitson [Wed, 4 Jan 2012 06:15:43 +0000]
No longer blindly assume utf8 on input files (RT#59877)

12 years agoFix misleading diag when looking for trailing whitespace
Peter Rabbitson [Wed, 4 Jan 2012 05:35:14 +0000]
Fix misleading diag when looking for trailing whitespace

13 years agoVersion 0.9 0.9
Florian Ragwitz [Wed, 16 Jun 2010 14:04:05 +0000]
Version 0.9

13 years agoAdd additional parens for older perls
Florian Ragwitz [Wed, 16 Jun 2010 13:59:22 +0000]
Add additional parens for older perls

13 years agoVersion 0.8 0.8
Florian Ragwitz [Thu, 10 Jun 2010 23:06:46 +0000]
Version 0.8

13 years agoRemove trailing whitespace
Florian Ragwitz [Thu, 10 Jun 2010 23:05:39 +0000]
Remove trailing whitespace

13 years agoChangelog formatting
Florian Ragwitz [Thu, 10 Jun 2010 23:03:24 +0000]
Changelog formatting

13 years agoConvert to Dist::Zilla
Florian Ragwitz [Sun, 6 Jun 2010 14:25:39 +0000]
Convert to Dist::Zilla

13 years agoMassive Raft full of chnages. Hopefully, this is the exact right fix.
Kent Fredric [Wed, 9 Jun 2010 06:58:37 +0000]
Massive Raft full of chnages. Hopefully, this is the exact right fix.
Win32 Test hackery attempt

14 years agoRemove built dists from MANIFEST.SKIP 0.7
Tomas Doran [Wed, 3 Mar 2010 02:24:48 +0000]
Remove built dists from MANIFEST.SKIP

14 years agoChangelog, bump version
Tomas Doran [Wed, 3 Mar 2010 02:24:09 +0000]
Changelog, bump version

14 years agoDeal correctly with spaces in pathnames
Tomas Doran [Wed, 3 Mar 2010 02:22:13 +0000]
Deal correctly with spaces in pathnames

14 years agoFix warning
Tomas Doran [Wed, 3 Mar 2010 02:13:18 +0000]
Fix warning

14 years agoIgnore built dists
Tomas Doran [Wed, 3 Mar 2010 02:07:00 +0000]
Ignore built dists

14 years agoremove unportable system(rm
Tomas Doran [Wed, 3 Mar 2010 02:06:42 +0000]
remove unportable system(rm

14 years agoadd trailing_whitespace option and release (3 times) 0.6
Arthur Axel 'fREW' Schmidt [Tue, 19 Jan 2010 22:08:33 +0000]
add trailing_whitespace option and release (3 times)

14 years agoFix bug stopping this working in real dists, bump version 0.3
t0m [Sat, 18 Jul 2009 00:03:45 +0000]
Fix bug stopping this working in real dists, bump version

14 years agobump versions
t0m [Fri, 17 Jul 2009 17:49:39 +0000]
bump versions

14 years agoFix docs where I failed to change from Test::NoTabs
t0m [Fri, 17 Jul 2009 17:48:18 +0000]
Fix docs where I failed to change from Test::NoTabs

14 years agoFix tests 0.1
Tomas Doran (t0m) [Wed, 15 Jul 2009 18:15:37 +0000]
Fix tests

14 years agoAdd .gitignore
Tomas Doran (t0m) [Wed, 15 Jul 2009 18:15:12 +0000]
Add .gitignore

14 years agoInitial commit. Doesn't work, but I gotta go to work..
t0m [Wed, 15 Jul 2009 09:02:48 +0000]
Initial commit. Doesn't work, but I gotta go to work..