CatalystX-Restarter-GTK

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


    To use this restarter for specific application only, set appropirate
    envioronment variable.

        MYAPP_RESTARTER=CatalystX::Restarter::GTK

DESCRIPTION
    This module provides GUI interface for controlling Catalyst server and
    viewing console output generated. It captures both STDOUT and STDERR.

    It shows a very small GUI window on desktop. It is set always on to by
    default. You can drag window to any screen corner for convenience.

    The window displays server status. User can view console output and
    manually restart server from menu.

    Whenever any file of project is updated, developer can immediately check
    server status without switching to console.

NOTES
    This module extends Catalyst::Restarter and depends on its _watcher and

lib/CatalystX/Restarter/GTK.pm  view on Meta::CPAN

    perl script/myapp_server.pl -r 

To use this restarter for specific application only, set appropirate envioronment variable. 

    MYAPP_RESTARTER=CatalystX::Restarter::GTK
 
=head1 DESCRIPTION

This module provides GUI interface for controlling Catalyst server and viewing console output generated. It captures both STDOUT and STDERR.

It provides tray icon in GNOME notification area and a GTK window on desktop. It is set always on top by default. You can drag window to any screen corner for convenience.

Server can be controlled from window as well as tray icon. You can hide window by minimizing it. Tray icon changes according to server status.

User can view console output and manually restart server from menu.

Whenever any file of project is updated, developer can immediately check server status without switching to console.

=head1 NOTES

This module extends Catalyst::Restarter and depends on its _watcher and _handle_events.



( run in 0.265 second using v1.01-cache-2.11-cpan-299005ec8e3 )