[Catalyst-commits] r10018 - Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Watcher

autarch at dev.catalyst.perl.org autarch at dev.catalyst.perl.org
Tue May 5 19:31:20 GMT 2009


Author: autarch
Date: 2009-05-05 19:31:20 +0000 (Tue, 05 May 2009)
New Revision: 10018

Modified:
   Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Watcher/Inotify.pm
Log:
Remove a useless newline


Modified: Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Watcher/Inotify.pm
===================================================================
--- Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Watcher/Inotify.pm	2009-05-05 19:29:21 UTC (rev 10017)
+++ Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Watcher/Inotify.pm	2009-05-05 19:31:20 UTC (rev 10018)
@@ -13,7 +13,6 @@
     isa      => 'Linux::Inotify2',
     default  => sub { Linux::Inotify2->new },
     init_arg => undef,
-
 );
 
 has _mask => (




More information about the Catalyst-commits mailing list