This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
s/use vars/our/g modules that aren't independently maintained on CPAN
[perl5.git] / ext / File / Glob / Makefile.PL
CommitLineData
72b16652
GS
1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'File::Glob',
4 VERSION_FROM => 'Glob.pm',
5 MAN3PODS => {}, # Pods will be built by installman.
6 OBJECT => 'bsd_glob$(OBJ_EXT) Glob$(OBJ_EXT)',
7
8## uncomment for glob debugging (will cause make test to fail)
9# DEFINE => '-DGLOB_DEBUG',
10# OPTIMIZE => '-g',
11);