[libfcgi-procmanager-perl] 03/04: More unfuckage

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


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

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

commit 1248e3299552540f0bf15f082c285cada970ee25
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Thu Aug 4 16:19:10 2011 +0100

    More unfuckage
---
 lib/FCGI/ProcManager/Constrained.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/FCGI/ProcManager/Constrained.pm b/lib/FCGI/ProcManager/Constrained.pm
index 31aebae..5423b68 100644
--- a/lib/FCGI/ProcManager/Constrained.pm
+++ b/lib/FCGI/ProcManager/Constrained.pm
@@ -70,6 +70,8 @@ sub _check_size {
 
 sub _load {
     my $mod = shift;
+    $mod =~ s/::/\//g;
+    $mod .= '.pm';
     eval { require($mod); 1; }
 }
 our $USE_SMAPS;

-- 
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