#!/usr/bin/perl use strict; use Perlbal::Test; use Perlbal; use Test::More tests => 6; my @plugins = qw(Highpri Palimg Queues Stats Vhosts MaxContentLength); foreach my $plugin (@plugins) { require_ok("Perlbal::Plugin::$plugin"); }