Skip Menu |

This queue is for tickets about the Tk-Wizard-Bases CPAN distribution.

Report information
The Basics
Id: 20055
Status: rejected
Priority: 0/
Queue: Tk-Wizard-Bases

People
Owner: Nobody in particular
Requestors: LGODDARD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Feature Request: Deployer example (remote installer)
Time to write an example to show how to deploy from local CVS to remote server via SSH.
Tk::Wizard is just a GUI framework for creating page-by-page wizards. You can make each page of the wizard contain whatever you want (e.g. Entry widget for local CVS password, Entry widget for remote server address, etc.), and you write the code to perform the actions (e.g. checkout from CVS, send files to remote server, etc.) We module authors would love to provide specific usage examples in the distro. Unfortunately we do not know how to use CVS or SSL from Perl code, therefore it will do you no good for us to supply a "remote installer" example. Look at t/*.t for examples of the various built-in page types and how to use them. If anything there is wrong or confusing, we will be glad to fix it. -- - - Martin 'Kingpin' Thurn