blob: 129cff161c585645c111af0386bafe136258e3db (
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/FromCPAN/Mail',
)
|