X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id E741BDC01FC for ; Mon, 22 Jun 2015 15:17:37 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 85666DC0146 for ; Mon, 22 Jun 2015 15:17:32 +0000 (UTC) Received: from localhost ([178.217.187.39]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0LlYrb-1YZueN3T0h-00bNrw for ; Mon, 22 Jun 2015 17:17:29 +0200 Date: Mon, 22 Jun 2015 17:15:59 +0200 From: =?utf-8?B?w4dhxJ/EsWwgUC4gxZ5lc3Rv?= To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Packaging Perl Modules Message-ID: <20150622151559.GA22840@localhost.localdomain> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Provags-ID: V03:K0:M2PCGxDKVjUbJ8gtBBVbkAflkrfgn/O3qYfPXeAq/eDwPYY/xDC OiCTiOrYTxQBVGpL5YeFjZ/KG0e+ky3SYh9bzatrK9ELNnx2YXTH7UEHLTFYIEwUjsvexu4 ctleqHvliO6kk4F2lFpatfPMBfoS8aCq2tJKnlBym5MZ/dTCn5MPSCixwAgZ68XhpPgSlR5 TSPZmb8sdRpZIvwerS0tg== X-UI-Out-Filterresults: notjunk:1;V01:K0:cWq5H9MFQns=:KRjUQpbQ5rhsF/tkxr95TK iWYcJJb6yYBx7glzHCPwGy0VsB0qv1qnuQuVvuGrKIUqOiGoQJHZx5POVRoVhKPiun/YSQGvI MS6dSXALOSwXJMclsx/sStMO5yHAjCC6b+KhQ8Nw6tNWN95PS7u0njjMCX5Gtq1B0L31QftQW F/w+jIqT/99cWLWx+7zqbofYnPPtvPnkynDJ4nQ+/pKUjX1xRVuH6ff2isjZ3byoGCckod9KF dq2wvetCFtbkfogQFSxqRFCYDWyhUmg939RkQg7XkIUUklIbLEj53lZB5gXBMOyi3JvyNoe8X duCUYBjmBLRR9szxvjs/QSGweBgYxAe++AjZQ4MZF9MrQxrSk3XJgeQ+k78NhctLcOZLWPz5q gXeRNsmUh62HFH0Lu+tLy8vP+87XnJw3Tx/X7DWLFZzJw2ZADf+SRqhs0OBgmGk1ebKwxf3Sa Xd/cMp2fRL/UCSrf52G22QnTYZ6+svt38gkqsvOTHyb2is1vJJJuXeX/q72WL/dBZ6MHkOJ/d 2NafIbaNKCXcEphw0xPve44JNYKQ12nKTh6Kya0Zmqiys0OZdrorzaTlpDiBoVAlR7vOiVe32 /RtOlq+mVFfQ0ooFWhHXlMY5iSWeMpF2OCMR/1y0fnY+8qudqk8xqFxi2wMVCIBn5ST7Zdb1a vlMqt5Nro2ctUiQnupZCqwnaj8O5pu5rm5w3CO5tpizbXjyknLCs5O0pqvOGxsRk9SAg= X-Virus-Scanned: ClamAV using ClamSMTP Hi, I recently packaged a few perl modules for a project and we agreed that they are in the public domain, so I can give them back. We actually do the tests that come with the modules while building: build() { cd "$_builddir" make || return 1 make test || return 1 } So, do you want the tests removed or can they stay? I consider them useful, not sure how you guys see it - the tests don't get into the package, I am taking only about the execution of the amke test in a build environment, before assmebling the package. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---