Current version is 0.05.
Distribution from this site.
CPAN site
NAME
PAR::Dist::InstallPPD::GUI - GUI frontend for PAR::Dist::InstallPPD
SYNOPSIS
use PAR::Dist::InstallPPD::GUI;
my $gui = PAR::Dist::InstallPPD::GUI->new();
$gui->run();
DESCRIPTION
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
PAR::Dist::InstallPPD, IPC::Run, File::UserConfig, Tk
PAR has a mailing list, , that you can write to; send an
empty mail to to join the list and participate
in the discussion.
Please send bug reports to .
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 .
AUTHOR
Steffen Mueller,
COPYRIGHT AND LICENSE
Copyright (C) 2006-2007 by Steffen Mueller
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.6 or, at your
option, any later version of Perl 5 you may have available.
PAR::Dist::InstallPPD::GUI
PAR::Dist::InstallPPD::GUI::Installed
PAR::Dist::InstallPPD::GUI::Install
PAR::Dist::InstallPPD::GUI::Config
Revision history for Perl extension PAR::Dist::InstallPPD::GUI.
0.05 Mon Jan 15 14:32 2007
- Added capability to remove modules.
- Added capability to filter the list of displayed modules in the
"installed" tab.
0.04 Sun Dec 22 17:07 2006
- Reorganized code a lot, added a couple of sub-modules.
- Added "installed" tab which can display the installed modules
and their files.
- Added status bar.
0.03 Sun Dec 21 19:03 2006
- Remove commented out code in parinstallppdgui.
- Instead, add an explanation on how to package it as
completely standalone
0.02 Sun Dec 21 18:18 2006
- This release require PAR::Dist::FromPPD 0.03 because 0.02 was broken.
0.01 Sun Dec 21 11:34 2006
- original version as uploaded to CPAN
(c) 2002-2010 Steffen Müller; All rights reserved.