[perltidy]
authorHeiko Schlittermann <hs@schlittermann.de>
Thu, 29 Oct 2015 12:45:04 +0100
changeset 24 648f80b485ed
parent 23 c5009fa9a990
child 25 d22ae2e9efc2
[perltidy]
install
--- a/install	Thu Oct 29 12:44:06 2015 +0100
+++ b/install	Thu Oct 29 12:45:04 2015 +0100
@@ -9,7 +9,7 @@
 use Getopt::Long;
 use English qw(-no_match_vars);
 use if (not $^V < v5.19) => (experimental => qw/smartmatch/);
-no  if ($^V < v5.19) => (warnings => 'experimental');
+no  if ($^V < v5.19)     => (warnings     => 'experimental');
 
 our $VERSION = '0.0';