Help for this page

Select Code to Download


  1. or download this
    croak "'$key' is not a valid config option for $class\n";
    
  2. or download this
    croak "'$key' is not a valid config option for $class\n"
              unless $key eq 'OBJECT';
    
  3. 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);
         }
    
  4. or download this
    use Inline CPP => Config =>
      BUILD_NOISY => 1
    ...
        return rolled;
    }