Acme-CPANModules-MagicVariableTechnique

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        Like File::umask, but instead of using a tied variable, uses an
        object with its "DESTROY" method restoring original umask. I find
        the interface a bit more awkward.

        Alternate modules: File::umask

    Locale::Tie
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

        Provides $LANG, $LC_ALL, $LC_TIME, and few others to let you
        (temporarily) set locale settings.

    Locale::Scope
        Author: KARUPA <https://metacpan.org/author/KARUPA>

        Like Locale::Tie, but instead of using a tied variable, uses an
        object with its "DESTROY" method restoring original settings.

FAQ
  What is an Acme::CPANModules::* module?
    An Acme::CPANModules::* module, like this module, contains just a list

lib/Acme/CPANModules/MagicVariableTechnique.pm  view on Meta::CPAN

awkward.

_
            alternate_modules => ['File::umask'],
        },
        {
            module => 'Locale::Tie',
            description => <<'_',

Provides `$LANG`, `$LC_ALL`, `$LC_TIME`, and few others to let you (temporarily)
set locale settings.

_
        },
        {
            module => 'Locale::Scope',
            description => <<'_',

Like <pm:Locale::Tie>, but instead of using a tied variable, uses an object with
its `DESTROY` method restoring original settings.

lib/Acme/CPANModules/MagicVariableTechnique.pm  view on Meta::CPAN

awkward.


Alternate modules: L<File::umask>

=item L<Locale::Tie>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

Provides C<$LANG>, C<$LC_ALL>, C<$LC_TIME>, and few others to let you (temporarily)
set locale settings.


=item L<Locale::Scope>

Author: L<KARUPA|https://metacpan.org/author/KARUPA>

Like L<Locale::Tie>, but instead of using a tied variable, uses an object with
its C<DESTROY> method restoring original settings.




( run in 1.016 second using v1.01-cache-2.11-cpan-98e64b0badf )