CPANPLUS::Shell::Tk - Frontend for CPANPLUS using Tk |
CPANPLUS::Shell::Tk - Frontend for CPANPLUS using Tk
To use CPANPLUS with the Tk GUI do:
perl -MCPANPLUS -e 'shell(Tk)'
This is very early beta!
It may not do what you want it to do and it may break your CPANPLUS configuration.
Use it accordingly!
The GUI is divided into three parts:
It shows basic information on the module when you select one in the list to the left.
It shows the POD for the module when you select this from the right-click popup menu in the list.
It shows the command history with editing facility when selected from the menu.
And it show this POD when you select 'Help' from the Help menu.
You can search for a module or for an author. Select which type of search you want to do in the dropdown listbox.
Your search is always case sensitive but you can use perl regexen as search value.
When you click on the modules in the listbox on the left you get basic information on the selected module.
When you right click on the module you get a popup menu which lets you do the following:
Via the Config menu you can change the configuration of CPANPLUS.
You can view the entire Perl configuration using 'show full config'.
You can restart CPANPLUS::Shell::Tk with another Perl version installed on your disk.
Currently this only works for *NIX like environments and even here it might not pick the right perl binaries.
Every command you execute on a module will be logged in a history.
You can edit and save that history to a file.
That file can be used to perform automatic installation with CPANPLUS::Shell::Batch (not yet released :-).
Bernd Dulfer <bdulfer@widd.de>
(C) Bernd Dulfer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
In no particular order.
CPANPLUS::Shell::Tk - Frontend for CPANPLUS using Tk |