aboutsummaryrefslogtreecommitdiffstats
path: root/perl/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'perl/meson.build')
-rw-r--r--perl/meson.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/perl/meson.build b/perl/meson.build
new file mode 100644
index 0000000000..c22d6f8a1a
--- /dev/null
+++ b/perl/meson.build
@@ -0,0 +1,12 @@
+test_dependencies += custom_target(
+ input: 'Git.pm',
+ output: 'Git.pm',
+ command: generate_perl_command,
+ install: true,
+ install_dir: get_option('datadir') / 'perl5',
+)
+
+subdir('Git')
+if get_option('perl_cpan_fallback')
+ subdir('FromCPAN')
+endif