We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91408a commit 06ef310Copy full SHA for 06ef310
1 file changed
cpan/Text-TEI-Markup/Makefile.PL
@@ -6,5 +6,8 @@ license( 'perl' );
6
all_from( 'lib/Text/TEI/Markup.pm' );
7
requires( 'perl' => '5.008003' );
8
requires( 'XML::LibXML' );
9
-build_requires( 'XML::LibXML::XPathContext' );
+test_requires( 'Convert::Number::Armenian' );
10
+test_requires( 'Test::More::UTF8' );
11
+test_requires( 'Test::Warn' );
12
+test_requires( 'XML::LibXML::XPathContext' );
13
&WriteAll;
0 commit comments