Skip Menu |

This queue is for tickets about the HTML-Widgets-SelectLayers CPAN distribution.

Report information
The Basics
Id: 82300
Status: new
Priority: 0/
Queue: HTML-Widgets-SelectLayers

People
Owner: Nobody in particular
Requestors: Xavier (no email address)
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.07
Fixed in: (no value)



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' ) }