The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use strict;
use inc::Module::Install;

    name('v6-pugs');
abstract('an experimental Perl 6 implementation');
all_from('lib/v6.pm');
requires('Pugs::Compiler::Rule' => '0.06');
requires('Module::Compile' => '0.16');

recommends('Perl::Tidy' => 0);

&WriteAll;