]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/lib/Variable/Magic/TestWatcher.pm
Switch to qw<>
[perl/modules/Variable-Magic.git] / t / lib / Variable / Magic / TestWatcher.pm
index bcbd67e5987ffa91d6c85268df2a72c19c1b1add..f9ba0ea1a91df2e4ddfad993b731ee04ec0330d8 100644 (file)
@@ -5,12 +5,12 @@ use warnings;
 
 use Test::More;
 
-use Carp qw/croak/;
-use Variable::Magic qw/wizard/;
+use Carp qw<croak>;
+use Variable::Magic qw<wizard>;
 
-use base qw/Exporter/;
+use base qw<Exporter>;
 
-our @EXPORT = qw/init_watcher watch/;
+our @EXPORT = qw<init_watcher watch>;
 
 sub _types {
  my $t = shift;