EnlightenedPerlOrganisation / task-kensho

A Glimpse at an Enlightned Perl Distribution
http://search.cpan.org/dist/Task-Kensho
Other
71 stars 23 forks source link

Filesystem category #51

Open Grinnz opened 5 years ago

Grinnz commented 5 years ago

A new filesystem category could include Path::Tiny as suggested in #47, as well as modules like: File::Temp, File::Spec, File::pushd, File::Slurper. IO::All could also be moved here.

autarch commented 5 years ago

Yes, Path::Tiny is the way to go. I'd note that it replaces nearly every other module you mentioned except File::pushd.

autarch commented 5 years ago

Also might be worth mentioning Path::Tiny::Rule.

Grinnz commented 5 years ago

I think Path::Tiny::Rule is great, but for the sake of a self-documenting suggestion, listing Path::Iterator::Rule might be better here.

willsheppard commented 2 years ago

Any reason not to implement this?