summaryrefslogtreecommitdiffstats
path: root/perl/Git/LoadCPAN/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'perl/Git/LoadCPAN/meson.build')
-rw-r--r--perl/Git/LoadCPAN/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Git/LoadCPAN/meson.build b/perl/Git/LoadCPAN/meson.build
index 9468c073ae..1ee915c650 100644
--- a/perl/Git/LoadCPAN/meson.build
+++ b/perl/Git/LoadCPAN/meson.build
@@ -4,6 +4,7 @@ test_dependencies += custom_target(
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/Git/LoadCPAN',
+ depends: [git_version_file],
)
subdir('Mail')