summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/rebuild-for-athena2
-rwxr-xr-xbin/release-to-athena2
-rwxr-xr-xhooks/git/propellor/post-checkout_01dirlocals2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/rebuild-for-athena b/bin/rebuild-for-athena
index cc8f9302..99c9acfe 100755
--- a/bin/rebuild-for-athena
+++ b/bin/rebuild-for-athena
@@ -4,7 +4,7 @@ use 5.028;
use strict;
use warnings;
-use autodie;
+use autodie ":all";
use File::Basename qw(basename);
use Git::Wrapper;
diff --git a/bin/release-to-athena b/bin/release-to-athena
index c03ba4aa..0147febc 100755
--- a/bin/release-to-athena
+++ b/bin/release-to-athena
@@ -4,7 +4,7 @@ use 5.028;
use strict;
use warnings;
-use autodie;
+use autodie ":all";
use Term::UI;
system qw(dgit sbuild --no-run-lintian);
diff --git a/hooks/git/propellor/post-checkout_01dirlocals b/hooks/git/propellor/post-checkout_01dirlocals
index 5118e81a..472868cf 100755
--- a/hooks/git/propellor/post-checkout_01dirlocals
+++ b/hooks/git/propellor/post-checkout_01dirlocals
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Path::Class;
-use autodie;
+use autodie ":all";
(undef, my $head, my $flag) = @ARGV;
my $branch = `git name-rev --name-only $head`;