From 05c3fe555caa6970a56b037e9d590dd9cbb273b3 Mon Sep 17 00:00:00 2001
From: Sertonix <sertonix@posteo.net>
Date: Wed, 22 Jan 2025 09:03:37 +0000
Subject: [PATCH] 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)
---
 apkbuild-cpan.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apkbuild-cpan.in b/apkbuild-cpan.in
index 73d091e..5c0158d 100755
--- a/apkbuild-cpan.in
+++ b/apkbuild-cpan.in
@@ -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 %]"