ports/textproc/p5-RSS-Parser-Lite/patches/patch-t_00_load_t

14 lines
327 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
- https://rt.cpan.org/Public/Bug/Display.html?id=89579
--- t/00_load.t~ Tue Oct 1 14:46:15 2013
+++ t/00_load.t Mon Dec 22 10:28:54 2014
@@ -5,7 +5,7 @@
# change 'tests => 1' to 'tests => last_test_to_print';
-use local::lib;
+# use local::lib;
use Test::More tests => 1;
BEGIN { use_ok('XML::RSS::Parser::Lite') };