- Calgary, Alberta, Canada
- https://nu.hyperboreal.zone/
-
meow
- Joined on
2022-11-25
Consider changing subforum routes to
/board/:id
instead of just /:id
Consider changing subforum routes to
/board/:id
instead of just /:id
Convert modules in CharmBoard::Model::Crypt namespace to proper Model modules (w/ MojoX::Model)
Convert modules in CharmBoard::Model::Crypt namespace to proper Model modules (w/ MojoX::Model)
Or since this one doesn't itself fetch password data, maybe it'd be better for a new CharmBoard::Util
namespace, instead of remaining in CharmBoard::Model
Convert modules in CharmBoard::Model::Crypt namespace to proper Model modules (w/ MojoX::Model)
Move category and subforum listings into their own models so they can be invoked outside of
index.html.ep
and subf.html.ep
Figure out which Perl versions CharmBoard works with
Oh yeah, and because of #15, the thing about smartmatch isn't relevant anymore.
Figure out which Perl versions CharmBoard works with
It also looks like try/catch is being made non-experimental in 5.40 (funnily enough, a version of Perl I don't even have installed right now), see: https://perldoc.perl.org/feature#The-'try'-featur…
Figure out which Perl versions CharmBoard works with
try/catch was added in 5.34, see: https://perldoc.perl.org/perlexperiment