From 4afc153876620ff368bb06194219e9d2a00d0bb8 Mon Sep 17 00:00:00 2001 From: coke Date: Mon, 1 Feb 2010 01:04:13 +0100 Subject: [PATCH] Track change to parrot's stdlib namespaces. --- config/PARROT_VERSION | 2 +- src/tclsh.pir | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/PARROT_VERSION b/config/PARROT_VERSION index f9a4d68..1dcb50d 100644 --- a/config/PARROT_VERSION +++ b/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. diff --git a/src/tclsh.pir b/src/tclsh.pir index b6f32e6..f7377f8 100644 --- a/src/tclsh.pir +++ b/src/tclsh.pir @@ -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'