The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.