# Author: Damyan Ivanov <dmn@debian.org>
# Description: fix a trivial pod2man error (=item must come right after =over)
#              Not sure if pod2man is eight here or just buggy
--- a/lib/Padre/Wx/Main.pm
+++ b/lib/Padre/Wx/Main.pm
@@ -546,14 +546,14 @@ sub freezer {
 Padre embeds a small network server to handle single instance. Here are
 the methods that allow to control this embedded server.
 
-=over 4
-
 =cut
 
 my $single_instance_port = 4444;
 
 =pod
 
+=over 4
+
 =item * $main->single_instance_start;
 
 Start the embedded server. Create it if it doesn't exist. Return true on
