The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package RRDGraphTest003::View::RRDNormal;

use strict;
use base 'Catalyst::View::RRDGraph';

__PACKAGE__->config(
);

1;