The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package FBP::Demo::Frame::Main;

## no critic

use 5.008005;
use utf8;
use strict;
use warnings;
use FBP::Demo::FBP::Main ();

our $VERSION = '0.01';
our @ISA     = 'FBP::Demo::FBP::Main';

1;