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.