]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blobdiff - samples/g-cpanp
The samples/g-cpanp script
[perl/modules/CPANPLUS-Dist-Gentoo.git] / samples / g-cpanp
diff --git a/samples/g-cpanp b/samples/g-cpanp
new file mode 100755 (executable)
index 0000000..6208c23
--- /dev/null
@@ -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            \
+               $@