line |
l |
!l |
condition |
28
|
0 |
0 |
$config{'c_api_decl_filename'} //= 'c_api.decl' |
100
|
0 |
0 |
$$config{'author'} //= 'Unknown' |
101
|
0 |
0 |
$$config{'min_version'} //= 1 |
102
|
0 |
0 |
$$config{'max_version'} //= 1 |
108
|
0 |
0 |
$$config{'module_version'} //= '0' |
113
|
0 |
0 |
$$config{'client_dir'} //= 'c_api_client' |
117
|
0 |
0 |
$$config{'sample_xs_filename'} //= 'sample.xs' |
118
|
0 |
0 |
$$config{'c_api_h_filename'} //= 'c_api.h' |
133
|
0 |
0 |
$$config{$_} //= '' |
159
|
0 |
0 |
$$config{'module_c_template_filename'} // \@Module::CAPIMaker::Template::Module_C::template |
162
|
0 |
0 |
$$config{'module_h_template_filename'} // \@Module::CAPIMaker::Template::Module_H::template |
165
|
0 |
0 |
$$config{'sample_xs_template_filename'} // \@Module::CAPIMaker::Template::Sample_XS::template |
168
|
0 |
0 |
$$config{'c_api_h_template_filename'} // \@Module::CAPIMaker::Template::C_API_H::template |