Skip Menu |

This queue is for tickets about the RSS-Parser-Lite CPAN distribution.

Report information
The Basics
Id: 89579
Status: open
Priority: 0/
Queue: RSS-Parser-Lite

People
Owner: TFPBL [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.12
  • 0.12_01
Fixed in: (no value)



Thank you for reporting that problem, I'm sorry I didn't see it before. Thomas
Here is a patch.
Subject: open_Ryj1Vj8o.txt
diff -rup RSS-Parser-Lite-0.12-sgWDHt-orig/t/00_load.t RSS-Parser-Lite-0.12-sgWDHt/t/00_load.t --- RSS-Parser-Lite-0.12-sgWDHt-orig/t/00_load.t 2013-10-01 05:46:15.000000000 -0700 +++ RSS-Parser-Lite-0.12-sgWDHt/t/00_load.t 2017-05-06 13:12:36.000000000 -0700 @@ -5,7 +5,6 @@ # change 'tests => 1' to 'tests => last_test_to_print'; -use local::lib; use Test::More tests => 1; BEGIN { use_ok('XML::RSS::Parser::Lite') }; diff -rup RSS-Parser-Lite-0.12-sgWDHt-orig/t/01_get-elements.t RSS-Parser-Lite-0.12-sgWDHt/t/01_get-elements.t --- RSS-Parser-Lite-0.12-sgWDHt-orig/t/01_get-elements.t 2013-10-01 05:48:18.000000000 -0700 +++ RSS-Parser-Lite-0.12-sgWDHt/t/01_get-elements.t 2017-05-06 13:12:35.000000000 -0700 @@ -5,7 +5,6 @@ # change 'tests => 1' to 'tests => last_test_to_print'; -use local::lib; use Test::More tests => 5; BEGIN { use_ok('XML::RSS::Parser::Lite') };