Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[v6] stub in lookup_dynvar and check_old_cclass
  • Loading branch information
sorear committed Nov 21, 2010
1 parent 2a5333e commit 32bfe5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v6/tryfile
Expand Up @@ -109,6 +109,8 @@ token alpha {

augment class STD {
our $ALL;
method lookup_dynvar($name) { Any } # NYI
method check_old_cclass($text) { } # NYI
method canonicalize_name($n) {
my $M;
my $name = $n;
Expand Down

0 comments on commit 32bfe5c

Please sign in to comment.