]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/06-want_at.t
Update VPIT::TestHelpers to 3c878c7c
[perl/modules/Scope-Upper.git] / t / 06-want_at.t
index 8262255907b626888a11c959683ce53e13af6cbb..12df3f0d7ded69f826c4a89a7214ee5493ae6f77 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::More tests => 19;
 
-use Scope::Upper qw/want_at UP HERE/;
+use Scope::Upper qw<want_at UP HERE>;
 
 sub check {
  my ($w, $exp, $desc) = @_;