From a6a5b6cf37aba138f5f9d9e38698ef22509f0581 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 10 Jun 2002 00:59:16 +0000 Subject: [PATCH] Added new RSSLite to the distribution. --- docs/credits.txt | 7 ++++++- lib/{ => XML}/RSSLite.pm | 0 sbin/Hourly/SyndicatedContent.pm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) rename lib/{ => XML}/RSSLite.pm (100%) diff --git a/docs/credits.txt b/docs/credits.txt index cfee0e500..ff36ead66 100644 --- a/docs/credits.txt +++ b/docs/credits.txt @@ -24,9 +24,14 @@ Translation..........................Andreas Ljunggren Michael Ugilt Perl.................................Larry Wall / O'Reilly -RSSLite..............................Scott Thomason + +RSSLite..............................Jerrad Pierce + Scott Thomason + IE Rich Edit.........................Brattli + Data::Config.........................Sébastien Aperghis-Tramoni + HTML::TagFilter......................William Ross diff --git a/lib/RSSLite.pm b/lib/XML/RSSLite.pm similarity index 100% rename from lib/RSSLite.pm rename to lib/XML/RSSLite.pm diff --git a/sbin/Hourly/SyndicatedContent.pm b/sbin/Hourly/SyndicatedContent.pm index 0577793dd..50409b546 100644 --- a/sbin/Hourly/SyndicatedContent.pm +++ b/sbin/Hourly/SyndicatedContent.pm @@ -14,7 +14,7 @@ use HTTP::Request; use LWP::UserAgent; use strict; use WebGUI::SQL; -use RSSLite; +use XML::RSSLite; #------------------------------------------------------------------- sub getRSS {