[libfcgi-procmanager-perl] 12/21: Fix Pod

Florian Schlichting fsfs at moszumanska.debian.org
Mon Sep 18 21:29:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag 0.21
in repository libfcgi-procmanager-perl.

commit 6e8b04f778a9129e5caf07c2d60a074e5bac4070
Author: Tomas Doran (t0m) <t0m at state51.co.uk>
Date:   Thu Apr 28 08:35:23 2011 +0000

    Fix Pod
---
 lib/FCGI/ProcManager.pm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/FCGI/ProcManager.pm b/lib/FCGI/ProcManager.pm
index f8e0797..8ce50f5 100644
--- a/lib/FCGI/ProcManager.pm
+++ b/lib/FCGI/ProcManager.pm
@@ -31,12 +31,11 @@ BEGIN {
 
 =head1 SYNOPSIS
 
-{
  # In Object-oriented style.
  use CGI::Fast;
  use FCGI::ProcManager;
  my $proc_manager = FCGI::ProcManager->new({
-	n_processes => 10 
+	n_processes => 10
  });
  $proc_manager->pm_manage();
  while (my $cgi = CGI::Fast->new()) {
@@ -47,7 +46,7 @@ BEGIN {
 
  # This style is also supported:
  use CGI::Fast;
- use FCGI::ProcManager qw(pm_manage pm_pre_dispatch 
+ use FCGI::ProcManager qw(pm_manage pm_pre_dispatch
 			  pm_post_dispatch);
  pm_manage( n_processes => 10 );
  while (my $cgi = CGI::Fast->new()) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfcgi-procmanager-perl.git



More information about the Pkg-perl-cvs-commits mailing list