123456789101112 use strict;use warnings;use Test::More tests => 11;use lib 't/lib';use POE::Declarative;use_ok('TestProducerConsumer');POE::Declarative->setup('TestProducerConsumer');POE::Kernel->run;
use
strict;
warnings;
Test::More
tests
=> 11;
lib
't/lib'
;
POE::Declarative;
use_ok(
'TestProducerConsumer'
);
POE::Declarative->setup(
POE::Kernel->run;