remove unneeded shebangs from tests
[catagits/Catalyst-Runtime.git] / t / aggregate / live_view_warnings.t
index 1387c1b..4c6cc19 100644 (file)
@@ -1,7 +1,6 @@
-#!perl
-
 use strict;
 use warnings;
+no warnings 'once';
 
 use FindBin;
 use lib "$FindBin::Bin/../lib";