logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Devel::OverrideGlobalRequire - Override CORE::GLOBAL::require safely

Authors

       •   Peter Rabbitson <ribasushi@cpan.org>

       •   Andrew Main <zefram@cpan.org>

       •   David Golden <dagolden@cpan.org>

Description

       This module overrides "CORE::GLOBAL::require" with a code reference in a way that plays nice with any
       existing overloading and ensures the right calling package is in scope.

Name

       Devel::OverrideGlobalRequire - Override CORE::GLOBAL::require safely

Support

Bugs/FeatureRequests
       Please report any bugs or feature requests through the issue tracker at
       <https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-OverrideGlobalRequire>.  You will be notified
       automatically of any progress on your issue.

   SourceCode
       This is open source software.  The code repository is available for public review and contribution under
       the terms of the license.

       <http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-OverrideGlobalRequire.git;a=summary>

         git clone git://git.shadowcat.co.uk/p5sagit/Devel-OverrideGlobalRequire.git

Synopsis

         use Devel::OverrideGlobalRequire;

         override_global_require( sub { ... } );

Version

       version 0.001

See Also