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

Pan::Transform - Load and inspect transform code/conf

SYNOPSIS

use Pan::Transform;

my $code = Pan::Transform->new
(
    code => '/code/file',
    conf => '/conf/file',
)

$code = $code->dump( 'foo' );

&$code( log => \*STDERR );

METHODS

dump( $set )

Run transform.