projects
/
perl
/
modules
/
CPANPLUS-Dist-Gentoo.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2afdefe
)
Print our version in the generated ebuilds
author
Vincent Pit <vince@profvince.com>
Sat, 6 Dec 2008 16:54:07 +0000 (17:54 +0100)
committer
Vincent Pit <vince@profvince.com>
Sat, 6 Dec 2008 16:54:07 +0000 (17:54 +0100)
lib/CPANPLUS/Dist/Gentoo.pm
patch
|
blob
|
history
diff --git
a/lib/CPANPLUS/Dist/Gentoo.pm
b/lib/CPANPLUS/Dist/Gentoo.pm
index cf3d3e8ef1140709a2f1748af427ca502a2f5ff7..9e79e902bbbfda4628cd14c42eed6c5f673fa3eb 100644
(file)
--- 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";