in reply to Can't get CGI::Lite

First, I would install the bundle without Apache2::CGI::Builder.
#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->force(qw( install Digest::MD5 HTML::TableTiler HTML::TableTiler HTML::FillInForm Class::constr Class::props Class::groups Object::groups Object::props IO::Util File::Spec CGI::Builder CGI::Builder::CgiAppAPI CGI::Builder::Auth Template::Magic CGI::Builder::Magic Data::FormValidator CGI::Builder::DFVCheck HTML::Template CGI::Builder::HTMLtmpl CGI::Session CGI::Builder::Session CGI::Lite));
Then manually download, install, and configure Apache2::CGI::Builder.

Note: I used "force install" because it failed tests on 5.8.8, 5.10.1, 5.12.1, and 5.14.1.