Rakudo now allows stubbing of types
[email protected] (Moritz Lenz) Fri, 02 Apr 2010 00:48:06 +0200
| Newsgroups | perl.dbdi.dev |
|---|---|
| Message-ID | <[email protected]> |
Hi,
if I recall correctly, DBDI was sort of blocking on the impossibility to
forward-declare types without know if it's a class or a role.
Now you can say
package Foo { ... }
# and later on
class Foo {
# class body here
}
which should make the development of DBDI a bit easier.
Cheers,
Moritz