use strict;
use warnings;
-use Test::More tests => 26;
+use Test::More tests => 25;
use Try::Tiny;
use strict;
use warnings;
-use Test::More tests => 28;
+use Test::More tests => 27;
use Try::Tiny;
BEGIN {
plan skip_all => "Perl 5.10 is required" unless eval { require 5.010 };
- plan tests => 3;
+ plan tests => 2;
}
use Try::Tiny;
BEGIN {
plan skip_all => "Perl 5.10 required" unless eval { require 5.010; 1 };
- plan tests => 6;
+ plan tests => 5;
}
use Try::Tiny;