File: Fix_Pod

package info (click to toggle)
libcatalyst-plugin-redirect-perl 0.2-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 31; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix POD in Redirect.pm

--- libcatalyst-plugin-redirect-perl-0.2.orig/lib/Catalyst/Plugin/Redirect.pm
+++ libcatalyst-plugin-redirect-perl-0.2/lib/Catalyst/Plugin/Redirect.pm
@@ -87,7 +87,7 @@ sub redirect {
     }
 }
 
-=BUGS
+=head1 BUGS
 
 When Reverse Proxy is used, get_baseurl returns the backend server's base.
 For example, "/" will be returned when http://www.mydomain.com/myapp/ is a proxy for http://appserver.local.server/.