Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 35468 invoked from network); 30 Sep 2010 13:45:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Sep 2010 13:45:44 -0000 Received: (qmail 24655 invoked by uid 500); 30 Sep 2010 13:45:43 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 24414 invoked by uid 500); 30 Sep 2010 13:45:41 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 24406 invoked by uid 99); 30 Sep 2010 13:45:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 13:45:39 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pharkins@gmail.com designates 209.85.161.49 as permitted sender) Received: from [209.85.161.49] (HELO mail-fx0-f49.google.com) (209.85.161.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 13:45:33 +0000 Received: by fxm15 with SMTP id 15so1479281fxm.22 for ; Thu, 30 Sep 2010 06:45:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=iyZwFqYE0MwIjLzOuV3gzL60mulA4rbNuS+TI7C1EdM=; b=vhY1RYOwN7BHqXhk29zW+zZ0G1TXccpZIrCPWbhu/Nzy0RVwlL+1nTk/NvJpSgm8zC MqeFoMBIqqJZmhIlTSEX8CNBKmei2TMizrnftgyA+wYV/WtbgVW+cU80DFc6ZD+jpX5A pwTyx653217phxftzJREkeakGMw3BcJLjxjgU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=wBwvyhuJGjzHlHlOKh+t0bkKeZGrMfErXMEz4r4yTEHMGVnwfiiO4vQ1Kq/q/nA93c jmWQxfvWYhVroux9hs5U5KsD6UlSGAZGu0iOgBIjMFXOSQPFfSF2pGQArd2oL4Pzgr+b xa1nc/d1AyDKXq4/ZuFZnSVb0U3DTa38AhhSQ= MIME-Version: 1.0 Received: by 10.239.169.148 with SMTP id o20mr217506hbe.195.1285854313063; Thu, 30 Sep 2010 06:45:13 -0700 (PDT) Sender: pharkins@gmail.com Received: by 10.220.186.198 with HTTP; Thu, 30 Sep 2010 06:45:12 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Sep 2010 09:45:12 -0400 X-Google-Sender-Auth: l0JbW0tAQ6rIW3s3zzA5GnVbSTw Message-ID: Subject: Re: Pittsburgh Perl Workshop From: Perrin Harkins To: Fred Moyer Cc: mod_perl list Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Sep 30, 2010 at 1:01 AM, Fred Moyer wrote: > Anyone going to PPW? I'm not going to make it. Too much going on at work with the US election coming up at the end of the month. > Am interesting in seeing this, but might not be able to make it: > > http://pghpw.org/ppw2010/talk/3008 Hmm, that makes me wonder if there's a way to make Plack migration simpler. Maybe fake some of the most commonly used mod_perl API features on top of it, so that code continues to run? Not sure it's worth it though. In most cases, the changes would be pretty easy. - Perrin