
Generating pods for mod_perl 2

- Install ExtUtils::XSBuilder (at least 0.23)

- Extract mpbuilder in an empty directory

- Create a config file in mpbuilder/xsbuilder named config.pl which contains
  a single line that points to your mod_perl 2 source tree e.g.

  $MODPERL="/usr/msrc/cvs/modperl-2.0_bld" ;

- Create symbolic link in the directory where you have extracted mpbuilder
  name xs to the xs dirorecty of your mod_perl directory e.g.

  ln -s /usr/msrc/cvs/modperl-2.0_bld/xs xs

- Run xsbuilder/source_scan.pl and xsbuilder/xs_generate.pl

- Now you should get the pod files under WrapXS directory

