xsawyerx / guacamole

Guacamole is a parser toolkit for Standard Perl. It provides fully static BNF-based parsing capability to a reasonable subset of Perl.
https://metacpan.org/pod/Guacamole
20 stars 8 forks source link

Remove dependency on Path::Tiny #121

Closed wollmers closed 2 years ago

wollmers commented 2 years ago

Path::Tiny isn't tiny anymore. Just for slurping a file it's a little bit oversized to pay the prize for the dependencies:

https://github.com/dagolden/Path-Tiny/issues/248 https://github.com/Dual-Life/digest/issues/9

xdg commented 2 years ago

Path::Tiny has no non-core dependencies and the core dependency versions specified are provided by every Perl from the 5.12 release in 2010.

wollmers commented 2 years ago

Close it as very minor problem.