gplugin/gplugin

Rename the perl loader to perl5
develop
2020-08-26, Gary Kramlich
e38f74f1b4d8
Rename the perl loader to perl5

Rename the perl plugin to perl5

Testing Done:
Built, tested, verified the docs, and build the debian and fedora packages.

Reviewed at https://reviews.imfreedom.org/r/93/
if get_option('perl5')
e = executable('test-perl5-loader', 'test-perl5-loader.c',
c_args : [
'-DPERL5_LOADER_DIR="@0@/.."'.format(meson.current_build_dir()),
'-DPERL5_PLUGIN_DIR="@0@/plugins"'.format(meson.current_source_dir()),
],
link_with : gplugin_loader_tests,
dependencies : [GLIB, GOBJECT, gplugin_dep, perl_dep])
test('Perl5 Loader', e)
endif # perl