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 warnings;
 
use ExtUtils::MakeMaker;
WriteMakefile
(
    NAME         => 'GUIDeFATE',
    VERSION_FROM => 'lib/GUIDeFATE.pm',
    AUTHOR       => 'Saif Ahmed <saiftynet { at } gmail.com>',
    ABSTRACT_FROM  => 'GUIDeFATE.pod',
    LICENSE      =>  'Perl',
    PREREQ_PM    => {

    },
    BUILD_REQUIRES => {
    
    }
);