Bump version for release
[catagits/XML-Feed.git] / README
diff --git a/README b/README
index f553efc..63d0a50 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README 942 2004-12-31 23:01:21Z btrott $
+$Id$
 
 This is XML::Feed, an abstraction above the RSS and Atom syndication
 feed formats. It supports both parsing and autodiscovery of feeds.
@@ -8,9 +8,6 @@ PREREQUISITES
     * Class::ErrorHandler
     * XML::RSS
     * XML::Atom
-    * LWP
-    * HTML::Parser
-    * URI
     * DateTime
     * DateTime::Format::Mail
     * DateTime::Format::W3CDTF
@@ -25,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 / ben+cpan@stupidfool.org
+Six Apart / cpan@sixapart.com