- or download this
croak "'$key' is not a valid config option for $class\n";
- or download this
croak "'$key' is not a valid config option for $class\n"
unless $key eq 'OBJECT';
- or download this
--- CPP.pm_orig 2019-04-20 00:50:28.000000000 +1000
+++ CPP.pm 2024-04-17 21:16:22.142182800 +1000
...
if ($key eq 'NAMESPACE') {
_handle_namespace_cfg_option($o, $value);
}
- or download this
use Inline CPP => Config =>
BUILD_NOISY => 1
...
return rolled;
}