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

use 5.008;
use strict;
use ExtUtils::MakeMaker;

WriteMakefile(
    AUTHOR => 'Rafael Garcia-Suarez <rgarciasuarez@gmail.com>',
    NAME		=> 'Runops::Switch',
    VERSION_FROM	=> 'lib/Runops/Switch.pm',
);