]> andersk Git - config-package-dev.git/blobdiff - decode
Set LC_ALL=C when matching potentially localized dpkg output
[config-package-dev.git] / decode
diff --git a/decode b/decode
old mode 100644 (file)
new mode 100755 (executable)
index 73a216a..ac2c2b9
--- a/decode
+++ b/decode
@@ -1,4 +1,8 @@
 #!/usr/bin/perl
+
+use strict;
+use warnings;
+
 $ARGV[0] =~ s/\+([^+]*)\+/unparse($1)/eg;
 print $ARGV[0];
 sub unparse {
This page took 0.460259 seconds and 4 git commands to generate.