Help for this page

Select Code to Download


  1. or download this
    package Test::CLI;
    use Modern::Perl;
    ...
    }
    
    1;
    
  2. or download this
    use Modern::Perl;
    use Test::CLI qw(run_output_is);
    ...
    ;
    
    run_output_is $expected, \@command, $in;