Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / blib / lib / Wx / DateTime.pm
1 #############################################################################
2 ## Name:        ext/datetime/DateTime.pm
3 ## Purpose:     Wx::DateTime
4 ## Author:      Mattia Barbon
5 ## Modified by:
6 ## Created:     22/09/2002
7 ## RCS-ID:      $Id: DateTime.pm 2057 2007-06-18 23:03:00Z mbarbon $
8 ## Copyright:   (c) 2002 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 package Wx::DateTime;
14
15 use Wx;
16 use strict;
17
18 use vars qw($VERSION);
19
20 $VERSION = '0.01';
21
22 Wx::wx_boot( 'Wx::DateTime', $VERSION );
23
24 #
25 # properly setup inheritance tree
26 #
27
28 no strict;
29
30 1;
31
32 # local variables:
33 # mode: cperl
34 # end: