Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump NQP_REVISION to get alpha/alnum/digit/etc. fixes.
  • Loading branch information
pmichaud committed Jul 25, 2011
1 parent 3c8f0b6 commit d973a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/Cursor.pm
Expand Up @@ -18,6 +18,7 @@ my class Cursor does NQPCursorRole {
orig => nqp::getattr(self, Cursor, '$!orig'),
from => nqp::p6box_i(nqp::getattr_i(self, Cursor, '$!from')),
to => nqp::p6box_i(nqp::getattr_i(self, Cursor, '$!pos')),
cursor => self,
);
nqp::bindattr($match, Capture, '$!list', $list);
nqp::bindattr($match, Capture, '$!hash', $hash);
Expand Down
2 changes: 1 addition & 1 deletion tools/build/NQP_REVISION
@@ -1 +1 @@
2011.06-129-gb5f2c5d
2011.06-130-gdc942fb

0 comments on commit d973a42

Please sign in to comment.