]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - t/20-hash.t
Remove trailing whitespace
[perl/modules/autovivification.git] / t / 20-hash.t
index 70e0ab956ac0ada483255c82d27ee4e7318002e9..a3768397c97d2c1cacf41543d5837c74dfef3373 100644 (file)
@@ -3,9 +3,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 9 * 3 * 302;
-
 use lib 't/lib';
+use Test::Leaner tests => 9 * 3 * 302;
+
 use autovivification::TestCases;
 
 while (<DATA>) {
@@ -18,7 +18,7 @@ __DATA__
 
 --- fetch ---
 
-$x # $x->{a} # '', undef, { } 
+$x # $x->{a} # '', undef, { }
 $x # $x->{a} # '', undef, undef #
 $x # $x->{a} # '', undef, undef # +fetch
 $x # $x->{a} # '', undef, { }   # +exists