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

use strict; use warnings;
use DDG::Spice;

triggers start => //;
spice to => //;

handle remainder => sub {
	return;
};

1;