Game-TextMapper
view release on metacpan or search on metacpan
script/text-mapper view on Meta::CPAN
For more information, see L<Game::TextMapper>.
=head1 LICENSE
GNU Affero General Public License
=cut
use FindBin;
use lib "$FindBin::Bin/../lib";
my $res = require Game::TextMapper
or not defined $res and die "Cannot load Game::TextMapper: $!"
or not $res and die "Game::TextMapper did not return a true value\n";
( run in 0.236 second using v1.01-cache-2.11-cpan-0d8aa00de5b )