Skip to content

Commit 06ef310

Browse files
committed
add new test dependencies to Makefile
1 parent c91408a commit 06ef310

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cpan/Text-TEI-Markup/Makefile.PL

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ license( 'perl' );
66
all_from( 'lib/Text/TEI/Markup.pm' );
77
requires( 'perl' => '5.008003' );
88
requires( 'XML::LibXML' );
9-
build_requires( 'XML::LibXML::XPathContext' );
9+
test_requires( 'Convert::Number::Armenian' );
10+
test_requires( 'Test::More::UTF8' );
11+
test_requires( 'Test::Warn' );
12+
test_requires( 'XML::LibXML::XPathContext' );
1013
&WriteAll;

0 commit comments

Comments
 (0)