Subject: | [PATCH] get rid of "use lib 'lib'" in test |
Date: | Wed, 23 Jan 2008 15:46:48 -0200 |
To: | bug-compress-lzma-external <bug-compress-lzma-external [...] rt.cpan.org>, "Leon Brocard" <acme [...] astray.com> |
From: | "Adriano Ferreira" <a.r.ferreira [...] gmail.com> |
Minor nit: in "t/simple.t", there is
use lib 'lib';
which is inappropriate as testing should use the code in "blib/lib"
when running the harness (which takes care of putting these dir into
PERL5LIB path).
Regards,
Adriano
diff -ru Compress-LZMA-External-0.33/t/simple.t
Compress-LZMA-External/t/simple.t
--- Compress-LZMA-External-0.33/t/simple.t 2008-01-21
05:31:29.000000000 -0200
+++ Compress-LZMA-External/t/simple.t 2008-01-23 15:42:52.000000000 -0200
@@ -1,7 +1,7 @@
#!perl
use strict;
use warnings;
-use lib 'lib';
+
use Test::More tests => 3;
use Compress::LZMA::External qw(compress decompress);
Message body is not shown because sender requested not to inline it.