mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-03-25 04:18:37 +00:00
apkbuild-cpan.in: add space at the beginning of the comment
As specified in [CODINGSTYLE.md](https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/CODINGSTYLE.md?ref_type=heads#spacing)
This commit is contained in:
parent
59a1c6cf83
commit
05c3fe555c
@ -44,7 +44,7 @@ my $template = <<'EOF';
|
||||
pkgname=[% pkgname %]
|
||||
pkgver=[% pkgver %]
|
||||
pkgrel=[% pkgrel %]
|
||||
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||
# _pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||
_pkgreal=[% pkgreal %]
|
||||
pkgdesc="Perl module for [% pkgreal %]"
|
||||
provides="[% provides %]"
|
||||
|
Loading…
Reference in New Issue
Block a user