GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Test::Module::Build::Pluggable(3) User Contributed Perl Documentation Test::Module::Build::Pluggable(3)

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

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

"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();"
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.