29ed858
--- ./scripts/git-deborig.pl.orig	2017-02-13 05:18:09.031374190 +0000
29ed858
+++ ./scripts/git-deborig.pl	2017-02-13 05:18:26.316548488 +0000
29ed858
@@ -61,7 +61,7 @@ B<git-deborig> was written by Sean Whitt
29ed858
 
29ed858
 use strict;
29ed858
 use warnings;
29ed858
-no warnings "experimental::smartmatch";
29ed858
+no if $] >= 5.018, 'warnings', 'experimental::smartmatch';
29ed858
 
29ed858
 use Git::Wrapper;
29ed858
 use Dpkg::Changelog::Parse;