blob: 7da5b37adb278b4e13f41ea5ebc762bb4d78b64b (
plain)
1
2
3
4
5
6
7
|
test_dependencies += custom_target(
input: 'Address.pm',
output: 'Address.pm',
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/Git/LoadCPAN/Mail',
)
|