Sign in
code
/
git
/
65faad6d841c29d4545e9cf3676d75f4e6e4872c
/
.
/
perl
/
FromCPAN
/
Mail
/
meson.build
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
],
)