blob: b4ff2fc0b24c95490bee5fd57f6aa65e1dba3539 [file] [log] [blame]
test_dependencies += custom_target(
input: 'Address.pm',
output: 'Address.pm',
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/FromCPAN/Mail',
depends: [git_version_file],
)