Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A382898A2 for ; Thu, 26 Jan 2012 09:19:48 +0000 (UTC) Received: (qmail 70726 invoked by uid 500); 26 Jan 2012 09:05:11 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 70110 invoked by uid 500); 26 Jan 2012 09:04:34 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 69547 invoked by uid 99); 26 Jan 2012 09:04:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 09:04:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 09:04:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D88DE238890D; Thu, 26 Jan 2012 09:03:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1236091 - /incubator/ooo/ooo-site/trunk/lib/view.pm Date: Thu, 26 Jan 2012 09:03:45 -0000 To: ooo-commits@incubator.apache.org From: wave@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120126090345.D88DE238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wave Date: Thu Jan 26 09:03:45 2012 New Revision: 1236091 URL: http://svn.apache.org/viewvc?rev=1236091&view=rev Log: trigger rebuild Modified: incubator/ooo/ooo-site/trunk/lib/view.pm Modified: incubator/ooo/ooo-site/trunk/lib/view.pm URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/lib/view.pm?rev=1236091&r1=1236090&r2=1236091&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/lib/view.pm (original) +++ incubator/ooo/ooo-site/trunk/lib/view.pm Thu Jan 26 09:03:45 2012 @@ -5,7 +5,6 @@ package view; # careful use of svn externals and dependency management in path.pm can # resolve most issues with this constraint. - use strict; use warnings; use Dotiac::DTL qw/Template *TEMPLATE_DIRS/;