#!/usr/bin/env perl
use strict;
use warnings;
use Test::More 'tests' => 2;
sleep(2);
pass('STORAGE TANKS SEARED');
note('whee');
fail('NOT SO SEARED AFTER ARR');
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More 'tests' => 2;
sleep(2);
pass('STORAGE TANKS SEARED');
note('whee');
fail('NOT SO SEARED AFTER ARR');