Fix test failures introduced by the change of flags on op_sort
[p5sagit/p5-mst-13.2.git] / ext / Encode / Unicode / Makefile.PL
1 use 5.7.2;
2 use strict;
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6               INC               => "-I../Encode",
7               NAME              => 'Encode::Unicode',
8               VERSION_FROM      => "Unicode.pm",
9               MAN3PODS  => {},
10               );
11