apkbuild-cpan.in: fixes #10129 move _pkgreal and comment

This commit is contained in:
Timothy Legge 2024-01-27 12:10:06 -04:00
parent 28edb26d5b
commit b0f60ee85a
1 changed files with 2 additions and 2 deletions

View File

@ -44,10 +44,10 @@ my $template = <<'EOF';
# Automatically generated by apkbuild-cpan, template 4
[% authors %]
pkgname=[% pkgname %]
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=[% pkgreal %]
pkgver=[% pkgver %]
pkgrel=[% pkgrel %]
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=[% pkgreal %]
pkgdesc="Perl module for [% pkgreal %]"
provides="[% provides %]"
replaces="[% replaces %]"