From 569136df50441e6b2eeafea3e7224e9c5a8d3c86 Mon Sep 17 00:00:00 2001 From: Christian Walde Date: Thu, 24 Jan 2019 23:35:52 +0100 Subject: [PATCH] mark perl 5 for github --- binary_translations.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/binary_translations.pm b/binary_translations.pm index 079be1d..25a0cb8 100644 --- a/binary_translations.pm +++ b/binary_translations.pm @@ -1,4 +1,5 @@ package binary_translations; +use 5.010; use strictures 2; use utf8;