From 6ab3d29267ed32111ea3b7654991f57125fad45c Mon Sep 17 00:00:00 2001 From: sockmonk Date: Wed, 28 Mar 2012 00:27:55 -0400 Subject: [PATCH] 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 --- README | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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