stas 2002/09/02 21:05:25 Modified: src/docs/2.0/devel/core_explained core_explained.pod Log: move notes regarding the source_scan's prerequisites from install.pod Revision Changes Path 1.24 +9 -0 modperl-docs/src/docs/2.0/devel/core_explained/core_explained.pod Index: core_explained.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/core_explained/core_explained.pod,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- core_explained.pod 15 Aug 2002 02:48:48 -0000 1.23 +++ core_explained.pod 3 Sep 2002 04:05:25 -0000 1.24 @@ -98,11 +98,20 @@ % make source_scan +or: + + % perl build/source_scan.pl + converts these map files into their Perl table representation in the I<xs/tables/current/> directory. This Perl representation is then used during C<perl Makefile.PL> to generate the XS code in the I<./WrapXS/> directory by the xs_generate() function. This XS code is combined of the Apache API Perl glue and mod_perl specific extensions. + +NOTE: source_scan requires C::Scan 0.75, which at the moment is +unreleased, there is a working copy here: +http://perl.apache.org/~dougm/Scan.pm + If you need to skip certain unwanted C defines from being picked by the source scanning you can add them to the array
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]