Subject: | Please add a little test |
Hi,
can you add a basic test in source tree to make cpantesters work ?
--- /dev/null
+++ b/t/01-test-basic
@@ -0,0 +1,11 @@
+# Before `make install' is performed this script should be runnable with
+# `make test'. After `make install' it should work as `perl
Lemonldap-NG-Portal.t'
+
+#########################
+
+# change 'tests => 1' to 'tests => last_test_to_print';
+
+use Test::More tests => 1;
+
+BEGIN { use_ok( 'HTML::Widgets::SelectLayers' ) }