]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
Print our version in the generated ebuilds
authorVincent Pit <vince@profvince.com>
Sat, 6 Dec 2008 16:54:07 +0000 (17:54 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 6 Dec 2008 16:54:07 +0000 (17:54 +0100)
lib/CPANPLUS/Dist/Gentoo.pm

index cf3d3e8ef1140709a2f1748af427ca502a2f5ff7..9e79e902bbbfda4628cd14c42eed6c5f673fa3eb 100644 (file)
@@ -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";