| ExtUtils-ModuleMaker-PBP documentation | view source | Contained in the ExtUtils-ModuleMaker-PBP distribution. |
ExtUtils::ModuleMaker::PBP::Interactive - Hold methods used in mmkrpbp
use ExtUtils::ModuleMaker::PBP::Interactive;
... # ExtUtils::ModuleMaker::new() called here
$MOD->run_interactive() if $MOD->{INTERACTIVE};
... # ExtUtils::ModuleMaker::complete_build() called here
$MOD->closing_message();
This package exists solely to hold declarations of variables and methods used in mmkrpbp, the command-line utility which is the easiest way of accessing the functionality of Perl extension ExtUtils::ModuleMaker.
run_interactive()This method drives the menus which make up mmkrpbp's interactive mode.
Once it has been run, mmkrpbp calls
ExtUtils::ModuleMaker::complete_build() to build the directories and files
requested.
closing_message()Prints a closing message after complete_build() is run. Can be commented
out without problem. Could be subclassed, and -- in a future version --
probably will be with an optional printout of files created.
James E Keenan. CPANID: JKEENAN.
Copyright (c) 2005 James E. Keenan. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
ExtUtils::ModuleMaker::PBP, mmkrpbp, ExtUtils::ModuleMaker, modulemaker.
| ExtUtils-ModuleMaker-PBP documentation | view source | Contained in the ExtUtils-ModuleMaker-PBP distribution. |