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::Module::Build::Pluggable - Test your plugin

Methods

       "my $test = Test::Module::Build::Pluggable->new()"
       "$test->write_file($filename, $src);"
       "$test->write_plugin($package, $src);"
       "$test->write_manifest();"
           Write manifest from file list. The file list means list of file name added by "$test->write_file" and
           "$test->write_plugin"

       "$test->run_build_pl();"
       "$test->run_build_script();"

perl v5.40.1                                       2025-05-04                Test::Module::Build::Pluggable(3pm)

Name

       Test::Module::Build::Pluggable - Test your plugin

Synopsis

           my $test = Test::Module::Build::Pluggable->new();
           $test->write_file('Build.PL', <<'...');
           ...
           $test->run_build_pl();
           $test->run_build_script();
           # test...

See Also