
pgollucci at apache
May 16, 2006, 10:02 PM
Post #1 of 1
(828 views)
Permalink
|
|
svn commit: r407155 - /perl/modperl/docs/trunk/src/docs/2.0/devel/core/explained.pod
|
|
Author: pgollucci Date: Tue May 16 22:02:16 2006 New Revision: 407155 URL: http://svn.apache.org/viewcvs?rev=407155&view=rev Log: actually, perl/buid_source.pl complains if I haven't run perl Makefile.PL yet. Also, add note about a dependency on Data::Flow from CPAN for lib/perl/Modperl/CScan.pm which is used by the previous script. Modified: perl/modperl/docs/trunk/src/docs/2.0/devel/core/explained.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/devel/core/explained.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/devel/core/explained.pod?rev=407155&r1=407154&r2=407155&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/devel/core/explained.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/devel/core/explained.pod Tue May 16 22:02:16 2006 @@ -120,9 +120,8 @@ I<xs/tables/current/> directory should be committed to the svn repository. -The I<source_scan> make target simply executes -I<build/source_scan.pl>, which can be run directly without needing to -create I<Makefile> first. +I<lib/ModPerl/CScan.pm> requires Data::Flow from CPAN +which is used by I<build/source_scan.pl> There are three different types of map files in the I<xs/maps/> directory: --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|