On Mon Jun 29 12:25:21 2015, ETHER wrote:
Show quoted text> This seems to be the same as [GatherDir], only without respect for
> encodings or other edge cases.
I do always try to find existing modules before creating new one, it just may be that my searching skill is bad.
Show quoted text> You seem to be adding a lot of new modules lately. Perhaps slow down a
> bit and think about their usage, and prior art, before doing so?
I create lots of new modules not just "lately" (if by lately you mean some recent couple weeks). Some of them are pure experimentation, but most are created because I want/need to accomplish some task.
As for GatherDir, it does not currently provide a convenient way to add a single file. So I'm currently just going to mention it in AddFile::FromFS and not remove AddFile::FromFS just yet (I'm using it in lib-filter currently to include Module::List::WithPath into t/).
I'll look into the encoding issue.
Thanks for the input(s).