From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/usr/bin/perl -w
use strict;
WriteMakefile (
NAME => 'Convert::X509',
AUTHOR => 'Leonid Cherepanov <grey.leo/gmail.com>',
VERSION_FROM => 'lib/Convert/X509.pm',
PREREQ_PM => {
'Convert::ASN1' => '0.22',
},
);