Return-Path: X-Original-To: apmail-perl-modperl-archive@www.apache.org Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DC91D6D9 for ; Tue, 9 Oct 2012 13:07:17 +0000 (UTC) Received: (qmail 64580 invoked by uid 500); 9 Oct 2012 13:00:12 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 63983 invoked by uid 500); 9 Oct 2012 12:59:47 -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 63796 invoked by uid 99); 9 Oct 2012 12:59:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 12:59:37 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [195.39.16.12] (HELO p69.project-syndicate.org) (195.39.16.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 12:59:26 +0000 Received: from [192.168.0.135] (duron.project-syndicate.org [90.183.128.234]) (authenticated bits=0) by p69.project-syndicate.org (8.13.8/8.13.8) with ESMTP id q99Cx3Kd015357 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 9 Oct 2012 14:59:03 +0200 Message-ID: <50741F97.2030803@getnet.cz> Date: Tue, 09 Oct 2012 14:59:03 +0200 From: =?UTF-8?B?SmnFmcOtIFBhdmxvdnNrw70=?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: modperl@perl.apache.org Subject: DateTime::Format::Pg error - only under mod_perl Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.70 on 195.39.16.12 Hello, I have a problem which I think is mod_perl specific - please correct me if I'm wrong. In a code I do: use DateTime; use DateTime::Format::Pg; and get this error: DateTime does not define $DateTime::VERSION--version check failed at /opt/perl/lib/site_perl/5.16.1/DateTime/Format/Pg.pm line 7. This is perl 5.16.1, DateTIme 0.77, DateTime::Format::Pg 0.16007 - all the latest. Weird thing I get this error only under mod_perl and moreover not anytime. Any idea what's going on or how to debug it? Thank you -- Jiří Pavlovský