Unverified Commit c35c3d18 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Build.PL: Add File::Slurp and JSON build dependencies (for Operators.pm)

parent e94bed91
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ use Module::Build;
Module::Build->new(

	build_requires => {
		'File::Slurp'   => 9999.19,
		'JSON'          => 0,
		'Test::Compile' => 0,
		'Test::More'    => 0,
		'Test::Pod'     => 0,