use strict; use warnings; use lib 't', 'lib'; use Test::More tests => 1; use Perl6::Bible; ok(1);