| 1 |
root |
1.1 |
Revision history for Perl extension Coro. |
| 2 |
|
|
|
| 3 |
root |
1.3 |
0.03 Fri Jul 13 14:51:52 CEST 2001 |
| 4 |
|
|
- slight internal architecture change: Coro:: is now |
| 5 |
|
|
really low-level and can thus be used to implement other |
| 6 |
|
|
interesting things (but better use Coro::Process for |
| 7 |
|
|
interoperability ;). |
| 8 |
|
|
- $_ and $@ are no longer being localized. |
| 9 |
|
|
|
| 10 |
root |
1.2 |
0.02 Tue Jul 10 01:38:17 CEST 2001 |
| 11 |
|
|
- implemented "async" attribute. |
| 12 |
|
|
- $_ and $@ are now localized. |
| 13 |
|
|
- added Coro::Channel. |
| 14 |
|
|
- more testcases, still no docs. |
| 15 |
|
|
|
| 16 |
root |
1.1 |
0.01 Tue Jul 3 02:18:41 CEST 2001 |
| 17 |
|
|
- original version; copied from Convert::Scalar. |
| 18 |
|
|
|