##
use 5.20.0;
use strict;
use warnings;
use Carp;
use tmod qw(tag_v0);
say "done";
exit;
####
perl test_tmod.pl
"tag_v0" is not exported by the tmod module
Can't continue after import errors at test_tmod.pl line 5.
BEGIN failed--compilation aborted at test_tmod.pl line 5.