X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=blobdiff_plain;f=Makefile.PL;h=b823572d12c6581b59da5d520398792cdbbb9c24;hp=bc8ee727752f3cfa28db9a82d4a33c94485e8db1;hb=afb4eec73e31b1eff7f855a2dafbc709bc9f9407;hpb=a8c326c745510f28d7d6d209c57f8b8bb9f46dd2 diff --git a/Makefile.PL b/Makefile.PL index bc8ee72..b823572 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,6 +17,8 @@ requires 'DBM::Deep'; requires 'Getopt::Long'; requires 'Term::Shelly' => '0.03'; +build_requires 'Test::More'; + auto_install; WriteAll;