The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Coro-PrioChannel

0.003     2012-04-13
        * Add optional minimum-priority-level to size. Need to figure it out
          for get, too (blocking here is harder, as will be testing).

0.002     2012-04-11
        * Add github metadata
        * Add some better documentation for put (hey, it's all relative)
        * Add test for size method

0.001     2012-04-10
        * Initial revision based nearly completely on Coro::Channel.