Skip to content

Commit

Permalink
fix encoding of Makefile.PL
Browse files Browse the repository at this point in the history
* use utf8, otherwise encoding is broken for example in MYMETA.* files
  ("René" encoded as "René")
  • Loading branch information
darxriggs committed Jun 4, 2015
1 parent 425293b commit 5d8906a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
@@ -1,5 +1,6 @@
use strict;
use warnings;
use utf8;
use ExtUtils::MakeMaker;

WriteMakefile(
Expand Down

0 comments on commit 5d8906a

Please sign in to comment.