in reply to Mojolicious, Morbo, Hypnotoad and Apache httpd deployment [SOLVED]
You will inevitably find this sort of thing to be a difference between the dev tool and the actual Apache environment with regard to the Perl library search-order. The classes related to the application cannot be found. Debug the situation by close examination of server logs and/or by adding specific debugging statements to the start of your app that will cause it to tell you what it sees when it is running in the Apache (vs. dev) environments.