Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 22, 2019 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/daf8355fa87e843f244351d0e5fe4153 to your computer and use it in GitHub Desktop.
Save Whateverable/daf8355fa87e843f244351d0e5fe4153 to your computer and use it in GitHub Desktop.
evalable6
use lib ‘data/all-modules/cpan/FCO/Red/lib’; use Red; model Bla { has Unit $.id is serial }; my $*RED-DB = database "SQLite"; Bla.^create-table; Bla.^create for ^5; .say for Bla.^all
(exit code 1)
===SORRY!===
Type 'Unit' is not declared. Did you mean any of these?
uint
Uni
at /tmp/O5a8zBWvnH:1
------> /Red/lib’; use Red; model Bla { has Unit⏏ $.id is serial }; my $*RED-DB = databas
Malformed has
at /tmp/O5a8zBWvnH:1
------> n/FCO/Red/lib’; use Red; model Bla { has⏏ Unit $.id is serial }; my $*RED-DB = da
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment