Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 6409D63C41D for ; Wed, 1 Feb 2012 09:31:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 1347) id 4661014A155; Wed, 1 Feb 2012 09:31:56 +0000 (UTC) Resent-From: "S.P.Zeidler" Resent-Date: Wed, 1 Feb 2012 09:31:56 +0000 Resent-Message-ID: <20120201093156.GS18029@homeworld.netbsd.org> Resent-To: mhonarc+pkgsrc-changes@mail-index.netbsd.org Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2ED914A4E9 for ; Tue, 31 Jan 2012 14:09:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id LptbVQTlG5LW for ; Tue, 31 Jan 2012 14:09:39 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4EA1314A4D1 for ; Tue, 31 Jan 2012 14:09:39 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3882C175DD; Tue, 31 Jan 2012 14:09:39 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 31 Jan 2012 14:09:39 +0000 From: "Ulrich Habel" Subject: CVS commit: pkgsrc/www/p5-Catalyst-Devel To: pkgsrc-changes@NetBSD.org Reply-To: rhaen@netbsd.org X-Mailer: log_accum Message-Id: <20120131140939.3882C175DD@cvs.netbsd.org> Module Name: pkgsrc Committed By: rhaen Date: Tue Jan 31 14:09:39 UTC 2012 Modified Files: pkgsrc/www/p5-Catalyst-Devel: Makefile distinfo Log Message: Updated to 1.36 Changelog: 1.36 2011-10-24 17:58:00 - New apps send an X-Catalyst header by default (this can be disabled by changing the config in the generated app) - Fix leaking temporary files in tests. RT#59166 - Fix generated Makefile.PL to always contain unix style paths, even on Win32. RT#65456 - Fix tests generated for controllers generated with --mechanize to work with newer versions of Test::WWW::Mechanize::Catalyst - bump Module::Install dep to 1.02 - Removed stderr hiding from 'make catalyst_par' to display errors from PAR::Packer 1.35 2011-09-05 13:05:00 - Stop requiring Starman and MooseX::Daemonize on Win32 as they're optional components in Catalyst::Runtime and won't install on Windows. - Fix test to work on Windows. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/p5-Catalyst-Devel/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/p5-Catalyst-Devel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.