Author: ericwilhelm Date: Thu Oct 4 10:48:23 2007 New Revision: 10052 Modified: Module-Build/trunk/lib/Module/Build/Authoring.pod
Log: lib/Module/Build/Authoring.pod - mention ExtUtils::CBuilder Modified: Module-Build/trunk/lib/Module/Build/Authoring.pod ============================================================================== --- Module-Build/trunk/lib/Module/Build/Authoring.pod (original) +++ Module-Build/trunk/lib/Module/Build/Authoring.pod Thu Oct 4 10:48:23 2007 @@ -213,6 +213,11 @@ dependency-checking semantics are available, except that we also understand perl's new double-dotted version numbers. +=head2 XS Extensions + +Modules which need to compile XS code should list C<ExtUtils::CBuilder> +as a C<build_requires> element. + =head1 SAVING CONFIGURATION INFORMATION
