Remove tests
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / ext / calendar / Makefile.PL
1 #############################################################################
2 ## Name:        ext/calendar/Makefile.PL
3 ## Purpose:     Makefile.PL for wxCalendarCtrl
4 ## Author:      Mattia Barbon
5 ## Modified by:
6 ## Created:     05/10/2002
7 ## RCS-ID:      $Id: Makefile.PL 2057 2007-06-18 23:03:00Z mbarbon $
8 ## Copyright:   (c) 2002-2003 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 strict;
14
15 use Config;
16 use lib '../../build';
17 use Wx::build::MakeMaker;
18
19 wxWriteMakefile( NAME         => 'Wx::Calendar',
20                  VERSION_FROM => 'Calendar.pm',
21                  clean        => { FILES => 'cpp' },
22                  WX_CORE_LIB  => 'adv core base',
23                );
24
25 # local variables:
26 # mode: cperl
27 # end: