Your 'app->start' is before this line:
my %ldap_error_codes
so the result of "require App" isn't Mojolicious app. Change the order, place 'app->start' *after* %ldap_error_codes (or at the end of the file, which is better)
-- 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.
