The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::PgCryobit::ShipperFactory - Base virtual class for a shipper factory.

SYNOPSYS

my $factory = $factory_class->new( { config => \%factory_config } ); my $shipper = $factory->build_shipper();

build_shipper

Builds a functional App::PgCryobit::Shipper with this factory.

This MUST die meaningfully in case the configuration is wrong, thereforce the shipper will not be functionnal.