Move Safe.pm into ext/Safe, and temporarily give it a Makfile.PL
[p5sagit/p5-mst-13.2.git] / ext / Safe / Makefile.PL
1 # Yes, this is boilerplate and will be abolished "real soon now".
2 use strict;
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6     NAME        => 'Safe',
7     VERSION_FROM => 'Safe.pm',
8 );