Revision history for subs-parallel

0.08 Sat Jan 6 02:01:34 2007

0.07 Sun Jun 19 12:30:10 2005

0.06 Sun Jun 19 01:33:00 2005

0.05 Sat Jun 18 09:45:59 2005

0.04 Tue Jun 17 23:26:44 2005

        This is more of a fine-tuning version, just to guarantee that some 
        specific situations will work as expected.
        * First CPAN upload after giving up waiting an answer from the folks at
          the official module-list.
        * Some simple test cases added.
        * Now, parallelyzed subs keep their prototypes. This didn't  happen 
          before, so you couldn't parallelyze LWP::Simple's get() without a 
          warning. It would DWYM, though, but it seemed wrong. So this is fixed
          but introduced the dependency of Scalar::Util (which would end up 
          being included anyway, as there's a lot of magic going on here).
        * CORE::GLOBAL::ref() is now overriden in order to make it DWIM with 
          returned objects (previously, it would returns 'subs::parallel').

0.03 Mon Jun 13 20:50:25 2005

0.02 June 10, 2005

        This was supposed to be the first public version. But I decided to bump
        up the version number because it seemed like the way to go. Besides, 
        who would use a module that is only version 0.02 and doesn't have that
        many features? ;)
        * "parallel" attribute handling implemented

0.01 June, 2005