From 0c4d685bb0102cc0d2aa786638d7fb7970aa7bb6 Mon Sep 17 00:00:00 2001 From: ambs Date: Thu, 24 Sep 2015 19:39:29 +0100 Subject: [PATCH] Kwalitee++ --- lib/Encode/Locale.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Encode/Locale.pm b/lib/Encode/Locale.pm index 1933778..fe63f0b 100644 --- a/lib/Encode/Locale.pm +++ b/lib/Encode/Locale.pm @@ -1,5 +1,6 @@ package Encode::Locale; +use warnings; use strict; our $VERSION = "1.05"; @@ -367,6 +368,8 @@ L, L, L Copyright 2010 Gisle Aas . +=head1 LICENSE + This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.