The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Module::Setup::Flavor::SelectVC - select version control system logic

SYNOPSIS

  package YourFlavor;
  use base 'Module::Setup::Flavor::SelectVC';
  1;
  
  __DATA__
  
  ---
  file: foo
  template: bar
  
  ...