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.