Commit: bb1c2bef5f5bd5f184df484a98ced69796c4409e
http://github.com/rakudo/rakudo/commit/bb1c2bef5f5bd5f184df484a98ced69796c4409e
Author: Moritz Lenz <mor...@faui2k3.org>
Date: 2009-08-10 (Mon, 10 Aug 2009)
Changed paths:
M build/Makefile.in
A src/setting/NYI.pm
Log Message:
-----------
initial NYI.pm implementation
This commit introduces some code/constant duplication; my attempts to factor it out
into a lexical sub or a lexical variable holding a block were not successful -
there former aren't found (see RT #67868), the latter produce Null PMC access
in invoke()