Skip to content

Commit

Permalink
add new test dependencies to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tla committed Mar 11, 2014
1 parent c91408a commit 06ef310
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cpan/Text-TEI-Markup/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ license( 'perl' );
all_from( 'lib/Text/TEI/Markup.pm' );
requires( 'perl' => '5.008003' );
requires( 'XML::LibXML' );
build_requires( 'XML::LibXML::XPathContext' );
test_requires( 'Convert::Number::Armenian' );
test_requires( 'Test::More::UTF8' );
test_requires( 'Test::Warn' );
test_requires( 'XML::LibXML::XPathContext' );
&WriteAll;

0 comments on commit 06ef310

Please sign in to comment.