]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blobdiff - t/13-maps-license.t
Switch to <> for qw delimiters
[perl/modules/CPANPLUS-Dist-Gentoo.git] / t / 13-maps-license.t
index e3119dc01bef04f14c48af9f05bc96de2b0519c4..a63afa7a9d06e7c954a64e2418d039ad128510fb 100644 (file)
@@ -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<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';