X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=t%2F13-maps-license.t;h=a63afa7a9d06e7c954a64e2418d039ad128510fb;hp=e3119dc01bef04f14c48af9f05bc96de2b0519c4;hb=d77142c8216a27e216565391d32d2cf3f321f63c;hpb=429baac5b02f5d63589a910076a2aa06b13c3788 diff --git a/t/13-maps-license.t b/t/13-maps-license.t index e3119dc..a63afa7 100644 --- a/t/13-maps-license.t +++ b/t/13-maps-license.t @@ -15,6 +15,6 @@ sub check_licenses { check_licenses [ ], [ ], 'empty'; check_licenses [ undef ], [ ], 'undef'; check_licenses [ 'woo' ], [ ], 'nonexistent'; -check_licenses [ 'perl' ], [ qw/Artistic GPL-2/ ], 'perl'; -check_licenses [ qw/perl gpl2/ ], [ qw/Artistic GPL-2/ ], 'perl + gpl2'; -check_licenses [ qw/perl bsd/ ], [ qw/Artistic GPL-2 BSD/ ], 'perl + bsd'; +check_licenses [ 'perl' ], [ qw ], 'perl'; +check_licenses [ qw ], [ qw ], 'perl + gpl2'; +check_licenses [ qw ], [ qw ], 'perl + bsd';