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

Test::MockFile::Plugins - Plugin loader

Description

       Test::MockFile::Plugins is responsible for loading plugins.

       BETA WARNING: This is a preliminary plugins implementation. It might change in the future.

Methods

load_plugin($plugin_name)
         Test::MockFile::Plugins::load_plugin( 'YourPlugin' );

Name

       Test::MockFile::Plugins - Plugin loader

See Also

       Test::MockFile, Test::MockFile::Plugin

perl v5.40.1                                       2025-05-16                       Test::MockFile::Plugins(3pm)

Synopsis

         use Test::MockFile::Plugins;

         unshift @Test::MockFile::Plugins::NAMESPACES, q[Your::NameSpace];

         Test::MockFile::Plugins::load_plugins( 'YourPlugin' );

See Also