]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blob - TODO
Importing re-engine-Plugin-0.01.tar.gz
[perl/modules/re-engine-Plugin.git] / TODO
1 Store callbacks in $^H to have a lexical pragma
2
3 Make match vars work
4
5 Change perl internals to allow match vars to be arbitary SV*? Can only
6 be offsets into a string now, Perhaps cheat and pack SV* into two
7 I32*?
8
9     I32 *startp;            /* Array of offsets from start of string (@-) */
10         I32 *endp;              /* Array of offsets from start of string (@+) */
11
12 That requires changes 
13     
14
15 allow comp and exec callbacks not to be specified
16
17 bless into the package that import gets called with
18
19 Make move eval.t files when the rest of the callbacks are implemented