Bump version for release
[catagits/XML-Feed.git] / README
diff --git a/README b/README
index 533a462..63d0a50 100644 (file)
--- a/README
+++ b/README
@@ -1,19 +1,19 @@
-$Id: README,v 1.1.1.1 2004/05/29 17:29:56 btrott Exp $
+$Id$
 
 This is XML::Feed, an abstraction above the RSS and Atom syndication
 feed formats. It supports both parsing and autodiscovery of feeds.
 
 PREREQUISITES
 
+    * Class::ErrorHandler
     * XML::RSS
     * XML::Atom
-    * LWP
-    * HTML::Parser
-    * URI
     * DateTime
     * DateTime::Format::Mail
     * DateTime::Format::W3CDTF
     * List::Util
+    * Feed::Find
+    * URI::Fetch
 
 INSTALLATION
 
@@ -22,13 +22,16 @@ is set up, you should just be able to do
 
     % perl -MCPAN -e 'install XML::Feed'
 
-Download it, unpack it, then build it as per the usual:
+Alternatively, you can download it, unpack it, and then build it like this
+(using Module::Build):
 
-    % perl Makefile.PL
-    % make && make test
+    % perl Build.PL
+    % ./Build installdeps
+    % ./Build
+    % ./Build test
 
 Then install it:
 
-    % make install
+    % ./Build install
 
-Benjamin Trott / cpan@stupidfool.org
+Six Apart / cpan@sixapart.com