r20176: Info method returns null object if the user is not found.
[Samba/ekacnet.git] / source4 / pidl / Makefile.PL
blobf5cd3e4effebdf31157ec2c05099f6a82f7de5d5
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     'NAME'      => 'Parse::Pidl',
4     'VERSION_FROM' => 'lib/Parse/Pidl.pm',
5         'EXE_FILES' => [ 'pidl' ],
6         'test' => { 'TESTS' => 'tests/*.pl' }
7 );
9 sub MY::postamble {
10 <<'EOT';
11 lib/Parse/Pidl/IDL.pm: idl.yp
12         yapp -s -m 'Parse::Pidl::IDL' -o lib/Parse/Pidl/IDL.pm idl.yp
14 EOT