tony-o / raku-fez

This project is for 'fez', raku's cool new shiny dist uploader & manager. If you're a module author you should definitely be using this sweet thang. ;;;;;;;;;;;;;; This project and the underlying infrastructure is supported out of my own pocket and through donations. If you'd like to donate please check here: https://www.patreon.com/oynot
Artistic License 2.0
20 stars 12 forks source link

Ignore commented lines #88

Closed alabamenhu closed 1 year ago

alabamenhu commented 1 year ago

Lines beginning with an octatherp are comments. Creating a regex via string concatenation will bomb with this stray symbol. This request solves the issue.