X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=63d0a50941c062fcf49e6de049811ed30764ab46;hb=6ab3d29267ed32111ea3b7654991f57125fad45c;hp=26beb4edfae4b80e5f35bec1d944c5e4980e8b6b;hpb=6c0ab45b926f0b9521e106db64a9a5a524be96fc;p=catagits%2FXML-Feed.git diff --git a/README b/README index 26beb4e..63d0a50 100644 --- a/README +++ b/README @@ -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 Six Apart / cpan@sixapart.com