remove trailing whitespace
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Deployment / Apache / mod_perl.pod
index 7296890..22da178 100644 (file)
@@ -99,7 +99,7 @@ this has not been confirmed):
         use lib '/var/www/MyApp/lib';
         use MyApp;
     </Perl>
-    
+
     <Location />
         SetHandler          modperl
         PerlResponseHandler MyApp