Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created October 11, 2016 14:21
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 zoffixznet/3d286a2ef92b402f5b519263fe594a8b to your computer and use it in GitHub Desktop.
Save zoffixznet/3d286a2ef92b402f5b519263fe594a8b to your computer and use it in GitHub Desktop.
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ ./perl6 test.p6
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ ./perl6 test.p6
Use of uninitialized value of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
in block at /home/cpan/CPANPRC/rakudo/install/share/perl6/site/sources/BE22FC2F2B83330A054EBF3F399B457E5BD04B1F (XML::Element) line 327
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ ./perl6 test.p6
Use of uninitialized value of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
in block at /home/cpan/CPANPRC/rakudo/install/share/perl6/site/sources/BE22FC2F2B83330A054EBF3F399B457E5BD04B1F (XML::Element) line 327
cpan@perlbuild2~/CPANPRC/rakudo (nom)$
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ ./perl6 test.p6
Segmentation fault
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ ./perl6 test.p6
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ ./perl6 test.p6
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ ./perl6 test.p6
Invocant requires a type object of type Mu, but an object instance was passed. Did you forget a 'multi'?
in block <unit> at test.p6 line 5
cpan@perlbuild2~/CPANPRC/rakudo (nom)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment