Revision history for Function-Parameters
+0.09 2012-10-14
+ - fix wrong line number for statement immediately following a function
+
0.08 2012-07-19
- support UTF-8 in function/parameter names
- better detection of invalid prototypes
attrs,
body
);
- *pop = NULL;
+ *pop = newOP(OP_NULL, 0);
return KEYWORD_PLUGIN_STMT;
}
}
use warnings;
use strict;
-use Test::More tests => 10;
+use Test::More tests => 11;
use Function::Parameters;
:
{ test_loc 'LX -- 5 (inner)' }
+ test_loc 'LX -- 5 (bonus)';
wtf;
test_loc 'LX -- 5 (outer)';
}