Skip to content

Commit

Permalink
Fix our use of Getopt::Obj, which changed in the Great Namespace War
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Dec 17, 2009
1 parent bb85fd7 commit 81de7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/harness.pir
Expand Up @@ -10,7 +10,7 @@
.param pmc argv
.local pmc getopts, opts
load_bytecode "Getopt/Obj.pbc"
getopts = new ['Getopt';'Obj']
getopts = new 'Getopt::Obj'
getopts."notOptStop"(1)
push getopts, "exec|e:s"
push getopts, "version"
Expand Down

0 comments on commit 81de7fc

Please sign in to comment.