# Pastebin JUcUINzG fernando@MBP-de-Fernando hello-world % cat META6.json { "version": "0.0.1", "license": "https://opensource.org/licenses/Artistic-2.0", "perl": "v6.*", "authors": [ "fernando" ], "scripts": { "test": "zef test ." }, "provides": { "HelloWorld": "HelloWorld.pm6" }, "production": false, "name": "hello-world", "description": "" }% fernando@MBP-de-Fernando hello-world % perl6 hello-world.t6 1..1 not ok 1 - Say Hi! # Failed test 'Say Hi!' # at hello-world.t6 line 9 # expected: 'Hello, World!' # got: (Nil) # Looks like you failed 1 test of 1