Remove tests
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / ext / Makefile.PL
1 #############################################################################
2 ## Name:        ext/Makefile.PL
3 ## Purpose:     Makefile.PL to enable recursion inside subdirs
4 ## Author:      Mattia Barbon
5 ## Modified by:
6 ## Created:     02/04/2002
7 ## RCS-ID:      $Id: Makefile.PL 2057 2007-06-18 23:03:00Z mbarbon $
8 ## Copyright:   (c) 2002, 2006 Mattia Barbon
9 ## Licence:     This program is free software; you can redistribute it and/or
10 ##              modify it under the same terms as Perl itself
11 #############################################################################
12
13 use Wx::build::MakeMaker;
14
15 wxWriteMakefile( NAME => 'Wx',
16                  DIR => [ @Wx::build::MakeMaker::Core::subdirs,
17                           # for pure perl
18                           'pperl' ],
19                  );
20
21 # local variables:
22 # mode: cperl
23 # end: