From: sockmonk Date: Wed, 28 Mar 2012 04:27:55 +0000 (-0400) Subject: Updated README file with current and tested installation instructions. X-Git-Tag: RELEASE_0.49~2^2^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ab3d29267ed32111ea3b7654991f57125fad45c;hp=6c0ab45b926f0b9521e106db64a9a5a524be96fc;p=catagits%2FXML-Feed.git Updated README file with current and tested installation instructions. Hoping to clarify the confusion reflected in RT # 53884, maybe even resolve it. https://rt.cpan.org/Public/Bug/Display.html?id=53884 --- 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