]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
The samples/g-cpanp script doesn't need to specify an HEADER anymore
authorVincent Pit <vince@profvince.com>
Tue, 8 Sep 2009 14:33:33 +0000 (16:33 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 8 Sep 2009 14:33:33 +0000 (16:33 +0200)
samples/g-cpanp

index b18fdbd238d43932f5a55d01bcd2bf3709bdc33a..9f155ded7e5dab6e978740bdf8888340a7fd521a 100755 (executable)
@@ -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 \
                $@