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 inc::Module::Install;

RTx('RT-Authen-Bitcard');

abstract_from   ('lib/RT/Authen/Bitcard.pm');
license         ('GPL2');
all_from        ('lib/RT/Authen/Bitcard.pm');

requires        ('Authen::Bitcard' => '0.86'); # we need register_url method
requires        ('Encode');

WriteAll();