%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /root/.cpanm/work/1590825950.14464/local-lib-2.000024/t/
Upload File :
Create Path :
Current File : //root/.cpanm/work/1590825950.14464/local-lib-2.000024/t/pipeline.t

use strict;
use warnings;
use Test::More tests => 1;

use local::lib ();

{
  package Foo;
  sub new { bless {}, $_[0] }
  sub foo { -$_[1] }
  sub bar { $_[1]+2 }
  sub baz { $_[1]+3 }
}

is +Foo->new->${local::lib::pipeline qw(foo bar baz)}(10), -15;

Zerion Mini Shell 1.0