summaryrefslogtreecommitdiff
path: root/perl/FromCPAN/meson.build
blob: 720c60283d89b8f3da316e5259a5e63e1d542dde (plain)
1
2
3
4
5
6
7
8
9
10
test_dependencies += custom_target(
  input: 'Error.pm',
  output: 'Error.pm',
  command: generate_perl_command,
  install: true,
  install_dir: perllibdir / 'FromCPAN',
  depends: [git_version_file],
)

subdir('Mail')