summaryrefslogtreecommitdiffstats
path: root/perl/Git/LoadCPAN/meson.build
blob: 9468c073aeb5ae1980f88b4c7f2c7fe69355ea37 (plain)
1
2
3
4
5
6
7
8
9
test_dependencies += custom_target(
  input: 'Error.pm',
  output: 'Error.pm',
  command: generate_perl_command,
  install: true,
  install_dir: get_option('datadir') / 'perl5/Git/LoadCPAN',
)

subdir('Mail')