Lines Matching full:cbuilder
1 package ExtUtils::CBuilder;
44 ExtUtils::CBuilder - Compile and link C code for Perl modules
48 use ExtUtils::CBuilder;
50 my $b = ExtUtils::CBuilder->new(%options);
69 Returns a new C<ExtUtils::CBuilder> object. A C<config> parameter
74 my $b = ExtUtils::CBuilder->new( config =>
77 A C<quiet> parameter tells C<CBuilder> to not print its C<system()>
81 my $b = ExtUtils::CBuilder->new( quiet => 1 );
272 ExtUtils::CBuilder is maintained as part of the Perl 5 core. Please
278 and ExtUtils-CBuilder may be found in the F<dist/ExtUtils-CBuilder> directory