PAR::Dist::InstallPPD::GUI - GUI frontend for PAR::Dist::InstallPPD


PAR-Dist-InstallPPD-GUI documentation  | view source Contained in the PAR-Dist-InstallPPD-GUI distribution.

Index


NAME

Top

PAR::Dist::InstallPPD::GUI - GUI frontend for PAR::Dist::InstallPPD

SYNOPSIS

Top

  use PAR::Dist::InstallPPD::GUI;
  my $gui = PAR::Dist::InstallPPD::GUI->new();
  $gui->run();

DESCRIPTION

Top

This module implements a Tk GUI front-end to the PAR::Dist::InstallPPD module's parinstallppd command. You will generally want to use the parinstallppdgui command instead of using this module.

The interface to parinstallppd isn't done in code via an API. Instead parinstallppdgui uses IPC::Run to run parinstallppd.

SEE ALSO

Top

PAR::Dist::InstallPPD, IPC::Run, File::UserConfig, Tk

PAR has a mailing list, <par@perl.org>, that you can write to; send an empty mail to <par-subscribe@perl.org> to join the list and participate in the discussion.

Please send bug reports to <bug-par-dist-installppd-gui@rt.cpan.org>.

The official PAR website may be of help, too: http://par.perl.org

For details on the Perl Package Manager, please refer to ActiveState's website at http://activestate.com.

AUTHOR

Top

Steffen Mueller, <smueller at cpan dot org>

COPYRIGHT AND LICENSE

Top


PAR-Dist-InstallPPD-GUI documentation  | view source Contained in the PAR-Dist-InstallPPD-GUI distribution.