From: Vincent Pit Date: Tue, 8 Sep 2009 14:33:33 +0000 (+0200) Subject: The samples/g-cpanp script doesn't need to specify an HEADER anymore X-Git-Tag: v0.09~28 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=b8092ad605cae9868046d3a4551ee9d28bb3c2af The samples/g-cpanp script doesn't need to specify an HEADER anymore --- diff --git a/samples/g-cpanp b/samples/g-cpanp index b18fdbd..9f155de 100755 --- a/samples/g-cpanp +++ b/samples/g-cpanp @@ -1,12 +1,8 @@ #!/bin/sh -HEADER="# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2" - # For debugging only : # PERL5LIB=blib/lib \ exec cpan2dist --format=CPANPLUS::Dist::Gentoo \ --dist-opts manifest=yes \ - --dist-opts header="$HEADER" \ --skiptest --verbose --buildprereq \ $@