The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Load the Module::Install bundled in ./inc/
use inc::Module::Install;
    
# Define metadata
name            'Ubigraph';
all_from        'lib/Ubigraph.pm';
    
    # Specific dependencies
requires        'Frontier::Client';
#build_requires  'Test::More'        => '0.42';
    
auto_install;
WriteAll;