Skip to content

Commit

Permalink
zap pointless #!perl
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 10, 2024
1 parent d144131 commit e78613d
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions t/00-report-prereqs.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!perl

use strict;
use warnings;

Expand Down
2 changes: 0 additions & 2 deletions t/lib/My/Test/Primitive.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use strict;
use warnings;
use Test2::V0 '!float';
Expand Down
2 changes: 0 additions & 2 deletions t/primitive/Ufunc.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use strict;
use warnings;
use Test2::V0 '!float';
Expand Down
2 changes: 0 additions & 2 deletions t/primitive/append.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use strict;
use warnings;
use Test2::V0 '!float';
Expand Down
2 changes: 0 additions & 2 deletions t/primitive/clip.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use Test2::V0 '!float';
use PDL::LiteF;
use Test::Lib;
Expand Down
2 changes: 0 additions & 2 deletions t/primitive/interpolate.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use strict;
use warnings;
use Test2::V0 '!float';
Expand Down
2 changes: 0 additions & 2 deletions t/primitive/matmult.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use strict;
use warnings;
use Test2::V0 '!float';
Expand Down
2 changes: 0 additions & 2 deletions t/primitive/misc.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use Test2::V0 '!float';
use PDL::LiteF;
use PDL::Types;
Expand Down
2 changes: 0 additions & 2 deletions t/primitive/random.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use strict;
use warnings;
use Test2::V0 '!float';
Expand Down
2 changes: 0 additions & 2 deletions t/primitive/selector.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use strict;
use warnings;
use Test2::V0 '!float';
Expand Down
2 changes: 0 additions & 2 deletions t/primitive/setops.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use strict;
use warnings;
use Test2::V0 '!float';
Expand Down
2 changes: 0 additions & 2 deletions t/primitive/stats.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use strict;
use warnings;
use Test2::V0 '!float';
Expand Down
2 changes: 0 additions & 2 deletions t/primitive/vector.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use strict;
use warnings;

Expand Down
2 changes: 0 additions & 2 deletions t/primitive/vsearch.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! perl

use strict;
use warnings;
use Test2::V0 '!float';
Expand Down

0 comments on commit e78613d

Please sign in to comment.