Commit | Line | Data |
---|---|---|
e38f8ec4 TC |
1 | Revision history for Perl extension POE::XS::Queue::Array. |
2 | ||
c50a32c9 TC |
3 | 0.002 |
4 | - moved the structural queue code to queue.c, Array.xs is purely an | |
5 | interface to that now. | |
6 | - replaced all the opaque memmove() calls with a call to pq_move_items() | |
7 | which does sanity checks in DEBUG code. | |
8 | - added t/02_release.t which attempts to check we're handling references | |
9 | correctly. | |
10 | ||
e38f8ec4 TC |
11 | 0.001 |
12 | - initial release |