commit 4f7820ecdd99d984ef588a57fc97b90ce08917fd Author: Scott S. McCoy Date: Tue Sep 18 12:07:20 2012 -0700 Updated Async::Blackboard dep to 0.3.6. * 0.3.4 is broken, now requiring minimum version of 0.3.6. * Added artifact to manifest.skip properly. commit 449d37a12320d37a0c3de432d160b0c46ce3be53 Author: Scott S. McCoy Date: Wed Sep 12 15:50:30 2012 -0700 AE::BB is now a subclass of A::BB. * ``AnyEvent::Blackboard`` is now a subclass of ``Async::Blackboard``, implementing only timeout behavior based on AnyEvent. * Removed all non-timeout related unit tests. * Removed all non-timeout related methods. * Set up subclassing. * Added Async::Blackboard as dependency. commit 124f4a3abc87e5c0280cc1e9460cf4d5286ffac3 Author: Scott S. McCoy Date: Wed Sep 12 14:22:09 2012 -0700 Added memory leak tests. commit 7a168785304b80e1111325188468bbbb9883242f Author: Scott S. McCoy Date: Wed Sep 12 14:19:15 2012 -0700 Added missing dependency commit 8f71e1d0cb3002499d54dc766906fe0024f91198 Author: Scott S. McCoy Date: Wed Sep 12 14:14:12 2012 -0700 Added documentation to (lone) benchmark test. commit bf1cb5846c998515ae52f950b80a9624c1026599 Author: Scott S. McCoy Date: Wed Sep 12 14:11:15 2012 -0700 Cleaned up perldoc in 01_watcher.t. commit 7cf44d6313fa1d447e2c42e84a0db060cca87454 Author: Scott S. McCoy Date: Wed Sep 12 14:10:11 2012 -0700 Added "Watching for published values" test. * Added a test "Watching for published values" which validates that one and only one invocation happens per watcher added for a value which is already published. * This test proved to not uncover any bug, which was partially expected, but now it's verified. commit 9b3fe1bff3e666e7aad25f42b414d93df42ddfc2 Author: Scott S. McCoy Date: Wed Sep 12 14:08:20 2012 -0700 Cleaned up inline package ``okayer`` in 01.t commit 0c5f46741cdd2d9de8c1285690639cc645704b98 Author: Scott S. McCoy Date: Mon Aug 20 17:02:47 2012 -0700 Increased version to 0.3.4. commit 7120aefd768f15ba00aac4b0ac76f25639894016 Author: Scott S. McCoy Date: Mon Aug 20 17:02:33 2012 -0700 Added Scalar::Util to requirements. commit 34918fa93baf672e3e485e761d95868e283fe2db Author: Scott S. McCoy Date: Mon Aug 20 17:02:03 2012 -0700 The ``weaken`` method weakens blackboard held references. * A new method, dubbed ``weaken``, was added to allow certain values held on the blackboard to be flagged as "weak" references. commit e4e5eb366d5957b40bbd3b9d734bf07825b9d67b Author: Scott S. McCoy Date: Thu Jul 26 14:50:03 2012 -0700 Corrected documentation errors commit 8d7c9a9f61549550a88b3efc292423edffa3b0e7 Author: Scott S. McCoy Date: Wed Jul 25 18:35:44 2012 -0700 typo commit b8ea9cdb3a799c59d0d779fb68c51121f3c36428 Merge: 2c4e19c f8e217f Author: Scott S. McCoy Date: Tue Jul 3 14:08:05 2012 -0700 Merge pull request #1 from ssmccoy/master Fix the reentrant behavior of put method.