aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/errors.t12
-rw-r--r--t/words.t2
2 files changed, 8 insertions, 6 deletions
diff --git a/t/errors.t b/t/errors.t
index 1325bca..4fe8f9b 100644
--- a/t/errors.t
+++ b/t/errors.t
@@ -8,10 +8,12 @@ use Test::More tests => 4;
use List::Breakdown 'breakdown';
-our $VERSION = 0.08;
+our $VERSION = 0.09;
my @t = 1 .. 3;
-is( eval { breakdown { a => undef }, @t } || undef, undef, 'error_notref_undef' );
-is( eval { breakdown { a => 'a' }, @t } || undef, undef, 'error_notref_def' );
-is( eval { breakdown { a => [] }, @t } || undef, undef, 'error_badref_array' );
-is( eval { breakdown { a => \{} }, @t } || undef, undef, 'error_badref_double' );
+is( eval { breakdown { a => undef }, @t } || undef,
+ undef, 'error_notref_undef' );
+is( eval { breakdown { a => 'a' }, @t } || undef, undef, 'error_notref_def' );
+is( eval { breakdown { a => [] }, @t } || undef, undef, 'error_badref_array' );
+is( eval { breakdown { a => \{} }, @t } || undef, undef,
+ 'error_badref_double' );
diff --git a/t/words.t b/t/words.t
index 9782318..326c9c9 100644
--- a/t/words.t
+++ b/t/words.t
@@ -8,7 +8,7 @@ use Test::More tests => 1;
use List::Breakdown 'breakdown';
-our $VERSION = 0.08;
+our $VERSION = 0.09;
my @words = qw(foo bar baz quux wibble florb);
my $filters = {