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