summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/capture+encode+serve2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/capture+encode+serve b/bin/capture+encode+serve
index bc85167..d6687cd 100755
--- a/bin/capture+encode+serve
+++ b/bin/capture+encode+serve
@@ -6,7 +6,7 @@
# Recommends: gstreamer1.0-plugins-good
use v5.12;
-use warnings;
+use strictures 2;
use Glib qw( TRUE FALSE );
use Glib::Object::Introspection;