Add missing files from the Safe CPAN distribution
[p5sagit/p5-mst-13.2.git] / ext / Safe / Makefile.PL
CommitLineData
7d1d1f86 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'Safe',
5 VERSION_FROM => 'Safe.pm',
6 INSTALLDIRS => 'perl',
7 INST_LIB => '$(INST_ARCHLIB)',
8);
9