From: Vincent Pit Date: Sat, 6 Dec 2008 16:54:07 +0000 (+0100) Subject: Print our version in the generated ebuilds X-Git-Tag: v0.04~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=6368fbc656dc9d25546d2872e3e5b812bfe19699 Print our version in the generated ebuilds --- diff --git a/lib/CPANPLUS/Dist/Gentoo.pm b/lib/CPANPLUS/Dist/Gentoo.pm index cf3d3e8..9e79e90 100644 --- a/lib/CPANPLUS/Dist/Gentoo.pm +++ b/lib/CPANPLUS/Dist/Gentoo.pm @@ -255,7 +255,7 @@ sub create { } my $d = $stat->header; - $d .= "# Generated by CPANPLUS::Dist::Gentoo\n\n"; + $d .= "# Generated by CPANPLUS::Dist::Gentoo version $VERSION\n\n"; $d .= 'MODULE_AUTHOR="' . $stat->author . "\"\ninherit perl-module\n\n"; $d .= 'S="${WORKDIR}/' . $stat->dist . "\"\n"; $d .= 'DESCRIPTION="' . $stat->desc . "\"\n";