App-rainbarf

 view release on metacpan or  search on metacpan

t/01-tmux.t  view on Meta::CPAN

#!perl
use strict;
use open IO => ':locale';
use warnings qw(all);

use File::Temp;
use Test::More;

plan skip_all => qq(The platform $^O is unsupported)
    if $^O !~ m{(?:darwin|freebsd|linux)}ix;

plan skip_all => q(UTF-8 not detected)
    unless grep {



( run in 1.547 second using v1.01-cache-2.11-cpan-ceb78f64989 )