test: add explaining comment

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-10 10:49:33 +01:00
parent 06a18771dd
commit 8b8dd4a9c6

View File

@ -21,6 +21,6 @@ perlmod::make_package! {
subs {
foo,
xs_bar as bar,
xs_a as b, // func_b's exported xsub was renamed to xs_a, and in perl it's called b
}
}