Skip to content

Commit

Permalink
Add missing depencies to Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
arc committed Jun 13, 2011
1 parent 4ec49df commit 9d8b528
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ name('XML-Liberal');
all_from('lib/XML/Liberal.pm');
auto_set_repository;

requires('Carp');
requires('Class::Accessor');
requires('Encode');
requires('Encode::Guess');
requires('HTML::Entities');
requires('HTML::Tagset');
requires('List::Util');
requires('Module::Pluggable::Fast', 0.16);
requires('UNIVERSAL::require');
requires('XML::LibXML', '1.69_02');

build_requires('Test::More');
Expand Down

0 comments on commit 9d8b528

Please sign in to comment.