Don't use Perl's -w flag

This commit is contained in:
Eelco Dolstra 2014-12-12 17:39:52 +01:00
parent 6a0b9a3476
commit a12135fc51
8 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#! /var/run/current-system/sw/bin/perl -w
#! /var/run/current-system/sw/bin/perl
use strict;
use List::MoreUtils qw(all);

View file

@ -1,4 +1,4 @@
#! /var/run/current-system/sw/bin/perl -w
#! /var/run/current-system/sw/bin/perl
use strict;
use Hydra::Schema;

View file

@ -1,4 +1,4 @@
#! /var/run/current-system/sw/bin/perl -w
#! /var/run/current-system/sw/bin/perl
use strict;
use utf8;

View file

@ -1,4 +1,4 @@
#! /var/run/current-system/sw/bin/perl -w
#! /var/run/current-system/sw/bin/perl
use strict;
use Hydra::Schema;

View file

@ -1,4 +1,4 @@
#! /var/run/current-system/sw/bin/perl -w
#! /var/run/current-system/sw/bin/perl
use strict;
use Cwd;

View file

@ -1,4 +1,4 @@
#! /var/run/current-system/sw/bin/perl -w
#! /var/run/current-system/sw/bin/perl
use strict;
use File::Basename;

View file

@ -1,4 +1,4 @@
#! /var/run/current-system/sw/bin/perl -w
#! /var/run/current-system/sw/bin/perl
BEGIN {
$ENV{CATALYST_SCRIPT_GEN} = 40;

View file

@ -1,4 +1,4 @@
#! /var/run/current-system/sw/bin/perl -w
#! /var/run/current-system/sw/bin/perl
use strict;
use File::Path;