]> git.vpit.fr Git - perl/modules/Sub-Prototype-Util.git/blobdiff - t/12-recall.t
Switch to qw<>
[perl/modules/Sub-Prototype-Util.git] / t / 12-recall.t
index 269cd1df49be40ca8a0047f7bc7905e62664bd8b..504510deaae22389bbe141b0d30028d8125345f6 100644 (file)
@@ -5,8 +5,8 @@ use warnings;
 
 use Test::More tests => 8 + 20 + (($^V ge v5.10.0) ? 4 : 0);
 
-use Scalar::Util qw/set_prototype/;
-use Sub::Prototype::Util qw/recall/;
+use Scalar::Util         qw<set_prototype>;
+use Sub::Prototype::Util qw<recall>;
 
 sub exception {
  my ($msg) = @_;