X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=samples%2Fg-cpanp;fp=samples%2Fg-cpanp;h=6208c23d767a4c019ec70aa29dc91fa3eb4ac6a7;hb=2afdefe0eb7ee6588c31f08493e11371590aabfa;hp=0000000000000000000000000000000000000000;hpb=5142e895bd8c21b1b542466a8deeb8a1730e2856;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/samples/g-cpanp b/samples/g-cpanp new file mode 100755 index 0000000..6208c23 --- /dev/null +++ b/samples/g-cpanp @@ -0,0 +1,13 @@ +#!/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 keywords=amd64 \ + --dist-opts header="$HEADER" \ + --skiptest --verbose \ + $@