> > When I noticed a similar issue, people pointed out that decamelize needs > to be rever‏sable while class_to_file isn't > https://github.com/kraih/mojo/issues/892 >
The value returned by Mojo::Util::decamelize does indeed have to be reversible, but Mojolicious::moniker (which the config plugin uses) does not. In fact, for lite apps the moniker is based on the filename of the script. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
