[Catalyst-commits] r13982 - CatalystX-Restarter-GTK/trunk/lib/CatalystX/Restarter

dd070 at dev.catalyst.perl.org dd070 at dev.catalyst.perl.org
Mon Mar 7 11:54:12 GMT 2011


Author: dd070
Date: 2011-03-07 11:54:12 +0000 (Mon, 07 Mar 2011)
New Revision: 13982

Modified:
   CatalystX-Restarter-GTK/trunk/lib/CatalystX/Restarter/GTK.pm
Log:
Corrected spell in pod

Modified: CatalystX-Restarter-GTK/trunk/lib/CatalystX/Restarter/GTK.pm
===================================================================
--- CatalystX-Restarter-GTK/trunk/lib/CatalystX/Restarter/GTK.pm	2011-03-01 09:02:28 UTC (rev 13981)
+++ CatalystX-Restarter-GTK/trunk/lib/CatalystX/Restarter/GTK.pm	2011-03-07 11:54:12 UTC (rev 13982)
@@ -11,7 +11,7 @@
 use IO::Handle           qw();
 use namespace::autoclean;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 extends 'Catalyst::Restarter';
 
@@ -473,7 +473,7 @@
 
 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.
+It shows a very small GUI window on desktop. It is set always on top 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.
 




More information about the Catalyst-commits mailing list