Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / script / wxperl_xspp
1 #!/usr/bin/perl -w
2 #############################################################################
3 ## Name:        script/wxperl_xspp
4 ## Purpose:     XS++ preprocessor
5 ## Author:      Mattia Barbon
6 ## Modified by:
7 ## Created:     01/03/2003
8 ## RCS-ID:      $Id: wxperl_xspp 2700 2009-12-13 11:25:50Z mbarbon $
9 ## Copyright:   (c) 2003-2004, 2006, 2008-2009 Mattia Barbon
10 ## Licence:     This program is free software; you can redistribute it and/or
11 ##              modify it under the same terms as Perl itself
12 #############################################################################
13
14 use strict;
15 use ExtUtils::XSpp::Cmd;
16
17 =head1 NAME
18
19 wxperl_xspp - XS++ preprocessor
20
21 =head1 SYNOPSIS
22
23     wxperl_xspp [--typemap=typemap.xsp [--typemap=typemap2.xsp]] Foo.xsp
24
25 =head1 DOCUMENTATION
26
27 See L<ExtUtils::XSpp>.
28
29 =cut
30
31 exit xspp;