summaryrefslogtreecommitdiff
path: root/perl/Git/LoadCPAN/Mail/meson.build
blob: 05a5770560d3d1d3aa2a9b78b56d8af2b19e193e (plain)
1
2
3
4
5
6
7
8
test_dependencies += custom_target(
  input: 'Address.pm',
  output: 'Address.pm',
  command: generate_perl_command,
  install: true,
  install_dir: perllibdir / 'Git/LoadCPAN/Mail',
  depends: [git_version_file],
)