2002-05-20 21:54 matt
* lib/POE/Session/Cascading.pm, t/_internals/swap.t: asserts in
swap() to check the validity of the stash and stack coming in.
tests for new asserts and previous error conditions that were yet
untested
2002-05-20 21:14 matt
* t/_internals/swap.t: add tests to catch the stack pointer bug
2002-05-20 21:10 matt
* lib/POE/Session/Cascading.pm: fix a nasty little bug in swap().
the internal pointers to the states were not getting moved with the
coderefs. stack inaccuracy and madness results.
2002-05-20 21:07 matt
* Makefile.PL: get version from the pm not VERSION
2002-05-20 08:57 matt
* VERSION: pulling version from the pm
2002-05-17 23:32 matt
* MANIFEST: update MANIFEST for the changelog
2002-05-17 23:30 matt
* ChangeLog: update changelog for last minute twiddly bits
2002-05-17 23:28 matt
* README: update readme for latest docs
2002-05-17 23:28 matt
* lib/POE/Session/Cascading.pm: remove stack reordering bug from
list
2002-05-17 23:26 matt
* VERSION: update version for prerelease
2002-05-17 23:26 matt
* ChangeLog: update changelog for latest changes
2002-05-17 23:22 matt
* lib/POE/Session/Cascading.pm, t/_internals/swap.t: add event
swapping via swap() and tests
2002-05-17 22:44 matt
* CHANGES, ChangeLog: remove CHANGES and add ChangeLog now that ive
found cvs2cl
2002-05-17 22:01 matt
* MANIFEST: move module tree around for sanity
2002-05-17 21:57 matt
* CHANGES, Makefile.PL, VERSION: drop retarded install problems
2002-05-17 21:24 matt
* CHANGES: note cpan release
2002-05-11 20:39 matt
* README: update the readme
2002-05-11 20:25 matt
* CHANGES, VERSION: update changes and version for new release
2002-05-11 20:23 matt
* MANIFEST: add new tests to manifest
2002-05-11 20:22 matt
* t/: MockObject.pm, api/data_propogation.t: add data_propogation
tests. put MockObject in its right place again
2002-05-11 20:11 matt
* MANIFEST: new manifest
2002-05-11 20:10 matt
* Makefile.PL, t/01creation.t, t/02invoke_state.t,
t/03state_propogation.t, t/04multiple_sessions.t, t/MockObject.pm,
t/_internals/creation.t, t/_internals/invoke_state.t,
t/api/basic.t, t/multiplicity/dual.t: add recursive directory based
testing. reorganize test suite
2002-05-11 19:26 matt
* t/04multiple_sessions.t: document the state order for this very
confusing test
2002-05-11 19:23 matt
* lib/POE/Session/Cascading.pm, t/01creation.t, t/02invoke_state.t,
t/03state_propogation.t, t/04multiple_sessions.t: drop the return
constants. move to method calls. add yet untested code for data
propogation.
2002-02-19 17:04 matt
* README: documentation update
2002-02-19 17:02 matt
* CHANGES: update changlog for 0.02
2002-02-19 16:59 matt
* VERSION: inc the version for release
2002-02-19 16:56 matt
* t/: 01creation.t, 02invoke_state.t, 03state_propogation.t: fix0r
the test suite
2002-02-19 16:30 matt
* t/02invoke_state.t: _stop test
2002-02-19 16:27 matt
* t/04multiple_sessions.t: multiple session interaction test
2002-02-19 15:36 matt
* t/03state_propogation.t: one last test
2002-02-19 14:02 matt
* t/03state_propogation.t: simple propogation tests
2002-02-19 12:13 matt
* t/02invoke_state.t: more tests
2002-02-18 22:23 matt
* t/02invoke_state.t: more tests
2002-02-18 21:32 matt
* lib/POE/Session/Cascading.pm: rename ping to _ping to make it a
little less likely to have a namespace collision
2002-02-18 20:58 matt
* t/: 01creation.t, MockObject.pm: add MockObject for kernel api
catching
2002-02-18 11:59 matt
* t/02invoke_state.t: beginnings of more tests
2002-02-11 11:16 matt
* lib/POE/Session/Cascading.pm: add prototypes to the constants.
add a BEGIN block to allow user-setting of DEBUG. add assert() and
add some asserts. the testing continues
2002-02-11 11:14 matt
* Makefile.PL: remove the Carp::assert req. ive horked the code i
want
2002-02-10 17:54 matt
* Makefile.PL: add Carp::Assert to prereqs
2002-02-10 17:54 matt
* t/01creation.t: move the odd args test up to someplace more
sensible
2002-02-09 23:39 matt
* lib/POE/Session/Cascading.pm: more error checking
2002-02-09 23:39 matt
* t/01creation.t: more tests for object creation
2002-02-09 14:24 matt
* t/01creation.t: mas tests
2002-02-09 14:24 matt
* lib/POE/Session/Cascading.pm: more error checking. DESTROY to
remove stack info from memory
2002-02-09 13:43 matt
* CHANGES, VERSION: up the version and document the recent changes
2002-02-09 10:21 matt
* t/: 01creation.t, 02invoke_state.t, 03state_propogation.t,
04multiple_sessions.t: beginnings of a real test suite
2002-02-09 10:18 matt
* MANIFEST: add new tests
2002-02-09 10:16 matt
* Makefile.PL: require test::more
2002-02-07 21:04 matt
* test.pl: not needed anymore
2002-02-07 16:39 matt
* test.pl: move state1 over to new constant
2002-02-07 16:38 matt
* MANIFEST, Makefile.PL, VERSION: add files to make this
distribution work
2002-02-07 15:52 matt
* CHANGES: add 0.01 to the changes file
2002-02-07 15:50 matt
* README: branedump the modules docs into the readme
2002-02-07 15:49 matt
* INSTALL: add install directions
2002-02-07 15:45 matt
* lib/POE/Session/Cascading.pm: more docs. patch to pass event
arguments through to the states
2002-02-07 13:56 matt
* lib/POE/Session/Cascading.pm: more docs
2002-02-07 12:21 matt
* lib/POE/Session/Cascading.pm: start of docs. small api change
(changed CSC_GO to CSC_OK)
2002-02-06 23:40 matt
* LICENSE: add the license to the tree
2002-02-06 23:28 matt
* lib/POE/Session/.Cascading.pm.swp: remove annoying swap file
2002-02-06 23:27 matt
* CHANGES, MANIFEST, Makefile.PL, README, test.pl,
lib/POE/Session/.Cascading.pm.swp, lib/POE/Session/Cascading.pm:
initial sources
2002-02-06 23:27 matt
* CHANGES, MANIFEST, Makefile.PL, README, test.pl,
lib/POE/Session/.Cascading.pm.swp, lib/POE/Session/Cascading.pm:
Initial revision