Skip Menu |

This queue is for tickets about the File-Remote CPAN distribution.

Report information
The Basics
Id: 57967
Status: rejected
Priority: 0/
Queue: File-Remote

People
Owner: Nobody in particular
Requestors: bitcard.org [...] perl.tgape.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.17
Fixed in: (no value)



Subject: File::Remote lacks ability to discover files
You're missing glob, opendir, closedir, readdir, seekdir, stat, lstat, and -X (by which I mean all of the test functions listed in the perl manpage under -X, except -t (as -t only works on open filehandles, so should not need adjustment.)) In case you're not familiar with glob, it is better known via its syntactic sugar: my @txt_file_list = <*.txt>; This functionality normally comes from File::Glob (at least, since v5.6.0, according to the code comments).
I am no longer accepting any bug reports that don't have patches and tests. The idea behind Open Source Software is that the COMMUNITY of developers contributes to its development.