Skip to content

Commit

Permalink
Updated README file with current and tested installation instructions.
Browse files Browse the repository at this point in the history
Hoping to clarify the confusion reflected in RT # 53884, maybe even resolve it.

https://rt.cpan.org/Public/Bug/Display.html?id=53884
  • Loading branch information
sockmonk committed Mar 28, 2012
1 parent 6c0ab45 commit 6ab3d29
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README
Expand Up @@ -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

0 comments on commit 6ab3d29

Please sign in to comment.