> Within the past few months we've standardized on always quoting > type names in PIR, so the above needs to read > > $P1 = new 'String' > > Throughout Parrot you'll find lots of examples and code that > use older deprecated syntaxes -- they should probably be > changed to the new syntax as well (patches welcome!). > > $P1 = new .String # deprecated > $P1 = new String # deprecated
This would make a great CAGE task. Would you be able to open a ticket for this with a list of the old syntaxes and what the new syntax should be? Paul
