Skip to content

Commit

Permalink
Track change to parrot's stdlib namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Feb 1, 2010
1 parent 57ab809 commit 4afc153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/PARROT_VERSION
@@ -1,6 +1,6 @@
# Minimum svn revision, e.g.:
# revision: 12345
revision: 41988
revision: 43668
# TODO: allow specification of a maximum version, as parrot trunk does
# sometimes break.

Expand Down
2 changes: 1 addition & 1 deletion src/tclsh.pir
Expand Up @@ -49,7 +49,7 @@
compileTcl = get_root_global ['_tcl'], 'compileTcl'

.local pmc get_options
get_options = new 'Getopt::Obj'
get_options = new ['Getopt'; 'Obj']
push get_options, 'e=s'
push get_options, 'q'

Expand Down

0 comments on commit 4afc153

Please sign in to comment.