Skip to content

Commit

Permalink
Merge pull request #4 from sockmonk/master
Browse files Browse the repository at this point in the history
Edited the installation instructions in the README after testing.
  • Loading branch information
davorg committed Mar 28, 2012
2 parents 6c0ab45 + 6ab3d29 commit c91eb47
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 c91eb47

Please sign in to comment.