There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Flow::From::JXML - deserialize flow from JSON+XML

SYNOPSIS

my $f2   = create_flow(
    FromJXML => \$str2,
    Split    => {
        Flow1 => create_flow( sub { push @fset1, @_ } ),
        Flow2 => create_flow( sub { push @fset2, @_ } ),
    },
);
$f2->run();

DESCRIPTION

Flow::To::JXML - serialize flow to JSON+XML