gplugin/gplugin

Parents 4af7e17ec2fd
Children 9706b247f96c
Make the perl5 loader's name match the format of the lua and python loaders

Testing Done:
Ran the gtk4 viewer and verified they matched.

Reviewed at https://reviews.imfreedom.org/r/1151/
--- a/perl5/gplugin-perl5-core.c Mon Dec 06 22:50:56 2021 -0600
+++ b/perl5/gplugin-perl5-core.c Mon Dec 06 22:51:26 2021 -0600
@@ -40,7 +40,7 @@
GPLUGIN_NATIVE_PLUGIN_ABI_VERSION,
"internal", TRUE,
"load-on-query", TRUE,
- "name", "Perl5 plugin loader",
+ "name", "Perl5 Plugin Loader",
"version", GPLUGIN_VERSION,
"license-id", "LGPL-2.0-or-later",
"summary", "A plugin that can load perl plugins",