X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-perl/blobdiff_plain/fcd15e0b7a3d0f0ca2f30953573f8d1f6b8e8bd2..bcd9210309ee4d9fc2afc281d188326071425a58:/Catacomb.pm diff --git a/Catacomb.pm b/Catacomb.pm index 8c2fb73..816dd03 100644 --- a/Catacomb.pm +++ b/Catacomb.pm @@ -79,6 +79,8 @@ $EXPORT_TAGS{"mp"} = [qw(mp gf mp_loadb mp_loadl mp_loadb2c mp_loadl2c $EXPORT_TAGS{"pgen"} = [qw(newprime primegen limleegen filterstepper $rabin_tester $pg_events $pg_evspin $pg_subev)]; +$EXPORT_TAGS{"key"} = [qw($keyerror)]; + Exporter::export_ok_tags(keys %EXPORT_TAGS); #----- That's all, folks ----------------------------------------------------