This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate mainline
[perl5.git] / lib / ExtUtils / t / Big-Fat-Dummy / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 printf "Current package is: %s\n", __PACKAGE__;
4
5 WriteMakefile(
6     NAME          => 'Big::Fat::Dummy',
7     VERSION_FROM  => 'lib/Big/Fat/Dummy.pm',
8     PREREQ_PM     => {},
9 );