Skip to content

Instantly share code, notes, and snippets.

@ugexe
Created May 30, 2016 16:59
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 ugexe/fa833539cf77e36cf9c5c724e9b982d6 to your computer and use it in GitHub Desktop.
Save ugexe/fa833539cf77e36cf9c5c724e9b982d6 to your computer and use it in GitHub Desktop.
perl6 --ll-exception -I. -e 'require <Build.pm>; ::("Build").new;'
Failed
at gen/moar/m-CORE.setting:21217 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:throw)
from gen/moar/m-CORE.setting:23695 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:throw)
from gen/moar/m-CORE.setting:23733 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:sink)
from -e:1 (<ephemeral file>:<unit>)
from -e:1 (<ephemeral file>:<unit-outer>)
from gen/moar/stage2/NQPHLL.nqp:1505 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/NQPHLL.moarvm:eval)
from src/Perl6/Compiler.nqp:171 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/Compiler.moarvm:eval)
from gen/moar/stage2/NQPHLL.nqp:1595 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/NQPHLL.moarvm:)
from gen/moar/stage2/NQPHLL.nqp:1592 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/NQPHLL.moarvm:command_eval)
from src/Perl6/Compiler.nqp:29 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/Compiler.moarvm:command_eval)
from gen/moar/stage2/NQPHLL.nqp:1576 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/NQPHLL.moarvm:command_line)
from gen/moar/m-main.nqp:37 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/perl6.moarvm:MAIN)
from gen/moar/m-main.nqp:33 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/perl6.moarvm:<mainline>)
from <unknown>:1 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/perl6.moarvm:<main>)
from <unknown>:1 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/perl6.moarvm:<entry>)
> perl6 -I. -e 'require <Build.pm>; say ::("Build").perl'
Failure.new(exception => X::NoSuchSymbol.new(symbol => "Build"), backtrace => Backtrace.new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment