hesco@marcus2:~/sandbox/DistroPrsRls$ perl -wc lib/DistroPrsRls.pm
Base class package "DistroPrsRlsAuth" is empty.
(Perhaps you need to 'use' the module which defines that package first.)
at lib/DistroPrsRls.pm line 5
BEGIN failed--compilation aborted at lib/DistroPrsRls.pm line 5.
####
package DistroPrsRlsAuth;
use base 'CGI::Application';
sub cgiapp_prerun {
my $self = shift;
# add run-level specific authorization checks here
return;
}
1;
####
package DistroPrsRls;
use Carp;
# use base 'CGI::Application';
use base 'DistroPrsRlsAuth';
sub setup {