gplugin/gplugin

Parents 683a9c8cda20
Children 50341aeb96f1
Fix some perl5 loader names that were missed in the perl->perl5 rename

Testing Done:
Ran the unit tests and veried the info was correct with `gplugin-query`.

Reviewed at https://reviews.imfreedom.org/r/934/
--- a/perl5/gplugin-perl5-core.c Sun Sep 05 10:36:13 2021 -0500
+++ b/perl5/gplugin-perl5-core.c Thu Sep 23 23:19:13 2021 -0500
@@ -34,11 +34,11 @@
/* clang-format off */
return gplugin_plugin_info_new(
- "gplugin/perl-loader",
+ "gplugin/perl5-loader",
GPLUGIN_NATIVE_PLUGIN_ABI_VERSION,
"internal", TRUE,
"load-on-query", TRUE,
- "name", "Perl plugin loader",
+ "name", "Perl5 plugin loader",
"version", GPLUGIN_VERSION,
"license-id", "LGPL-2.0-or-later",
"summary", "A plugin that can load perl plugins",
@@ -75,7 +75,7 @@
error,
GPLUGIN_DOMAIN,
0,
- _("The Perl loader can not be unloaded"));
+ _("The Perl5 loader can not be unloaded"));
return FALSE;
}