Skip Menu |

This queue is for tickets about the Error-Pure CPAN distribution.

Report information
The Basics
Id: 100765
Status: resolved
Priority: 0/
Queue: Error-Pure

People
Owner: SKIM [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.19
Fixed in: 0.21



Subject: t/Error-Pure-ErrorList/04-err.t should not use system perl
t/Error-Pure-ErrorList/04-err.t is using "perl", which is usually the system perl unless user's PATH is set to something different. It's better to use $^X instead.
Dne Ne 07.pro.2014 05:17:14, SREZIC napsal(a): Show quoted text
> t/Error-Pure-ErrorList/04-err.t is using "perl", which is usually the > system perl unless user's PATH is set to something different. It's > better to use $^X instead.
Super, will be in next version. https://github.com/tupinek/Error-Pure/commit/b2c496a53fe7514edf1d00db6d13bc1789325147 https://github.com/tupinek/Error-Pure/commit/3ee3739e7c999ac628dea865f5577eca1114c4ca Thanks. M.
Dne Ne 07.pro.2014 05:33:02, SKIM napsal(a): Show quoted text
> Dne Ne 07.pro.2014 05:17:14, SREZIC napsal(a):
> > t/Error-Pure-ErrorList/04-err.t is using "perl", which is usually the > > system perl unless user's PATH is set to something different. It's > > better to use $^X instead.
> > Super, will be in next version. > https://github.com/tupinek/Error- > Pure/commit/b2c496a53fe7514edf1d00db6d13bc1789325147 > https://github.com/tupinek/Error- > Pure/commit/3ee3739e7c999ac628dea865f5577eca1114c4ca > > Thanks. > M.