This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Errno.pm suffers from \\ too
[perl5.git] / ext / IO / Makefile.PL
1 use ExtUtils::MakeMaker;
2 use Config qw(%Config);
3
4 WriteMakefile(
5         VERSION_FROM    => "IO.pm",
6         NAME            => "IO",
7         OBJECT          => '$(O_FILES)', 
8         MAN3PODS        => {},          # Pods will be built by installman.
9 );