diff options
author | Stefan Kangas <skangas@skangas.se> | 2012-05-28 02:22:06 +0200 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2012-05-28 02:22:06 +0200 |
commit | 22339e2fad61aecd0d359498193b3fac2550e8bc (patch) | |
tree | 1cf34fddd0a3c979a9df450ab2f337bb68550159 /fripost-mkpass | |
parent | 68261e8d8cd3e3950f33830f4773a93f85f2df84 (diff) |
Add "use utf8" to mkpass
Diffstat (limited to 'fripost-mkpass')
-rwxr-xr-x | fripost-mkpass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fripost-mkpass b/fripost-mkpass index c0bf6de..6728f74 100755 --- a/fripost-mkpass +++ b/fripost-mkpass @@ -3,6 +3,7 @@ use 5.010_000; use warnings; use strict; +use utf8; =head1 NAME |