Index: lib/CGI/Application/Server.pm =================================================================== --- lib/CGI/Application/Server.pm (.../trunk) (revision 13) +++ lib/CGI/Application/Server.pm (.../branches/fix-simple-use) (revision 13) @@ -12,10 +12,8 @@ our $VERSION = '0.050'; -use base qw( - HTTP::Server::Simple::CGI - HTTP::Server::Simple::Static -); +use base qw( HTTP::Server::Simple::CGI ); +use HTTP::Server::Simple::Static; # HTTP::Server::Simple methods