Changeset 811
- Timestamp:
- 12/16/08 00:36:38 (12 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 modified
-
lib/Perlbal/Plugin/MaxContentLength.pm (added)
-
t/50-plugins.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/50-plugins.t
r322 r811 6 6 use Perlbal; 7 7 8 use Test::More tests => 5;8 use Test::More tests => 6; 9 9 10 my @plugins = qw(Highpri Palimg Queues Stats Vhosts );10 my @plugins = qw(Highpri Palimg Queues Stats Vhosts MaxContentLength); 11 11 12 12 foreach my $plugin (@plugins) {
