Nathan Torkington wrote:
> Perhaps reserve the PERL or Perl namespace?
> 
>   $PERL::CORE{warnings}
>   $PERL::FORMATS{name}

We remember that packages with lc names are already reserved by convention;
and this is one place to exploit that.  [why "Config", anyway?]

        $perl::core{warnings}
        $perl::formats{name}
        $perl::deprecated{mod}{foo}

-- 
John Porter

        Aus tiefem Traum bin ich erwacht.

Reply via email to