Raku / modules.raku.org

Source code for modules.raku.org - Raku module listing
https://modules.raku.org/
Artistic License 2.0
27 stars 27 forks source link

Quick hacks to get this running #147

Closed dontlaugh closed 7 months ago

dontlaugh commented 8 months ago

In DbBuilder, the "success" method is gone, so I've opted to check for the "error" field instead.

In SpriteMaker, continue looping and processing it any invalid image errors are encountered, instead of crashing.

Full disclosure, I don't really know Perl 5 that well.