Skip Menu |

This queue is for tickets about the App-War CPAN distribution.

Report information
The Basics
Id: 50246
Status: rejected
Worked: 1.5 hours (90 min)
Priority: 0/
Queue: App-War

People
Owner: johntrammell [...] gmail.com
Requestors: daxim [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



Subject: read from STDIN
The following invocations do not work: Show quoted text
> war < fruits.txt
Show quoted text
> war -
apple banana cherry durian ^D Show quoted text
> echo "apple^J
banana^J cherry^J durian" | war -
Unfortunately the 0.01 release contained an error; I had two versions of the 'war' script--one in bin/ and one in script/. The one in bin/ contained an old version of the script, with a very different invocation, and also quite broken. The 0.02 version (released yesterday) has addressed these issues; the script currently accepts only one argument--the name of a file containing the items to rank. Thanks!
This issue was addressed in the 0.02 release. Frankly, the 0.01 release was a complete botch.
I indeed filed against the most recent version, 0.02. Show quoted text
> the > script currently accepts only one argument--the name of a file > containing the items to rank.
That's the point; *only* files work. Piping as described above does not.
On Wed Oct 07 07:13:59 2009, DAXIM wrote: Show quoted text
> I indeed filed against the most recent version, 0.02. >
> > the > > script currently accepts only one argument--the name of a file > > containing the items to rank.
> That's the point; *only* files work. Piping as described above does not.
That's correct; the examples above do not (and should not) work. Are you requesting an enhancement to the script?