- Timestamp:
- 09/23/09 20:28:28 (4 years ago)
- Location:
- lang/perl/Parallel-Prefork/trunk
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Parallel-Prefork/trunk/Changes
r20188 r35457 1 0.05 - Wed Sep 23 20:25:00 JST 2009 2 - do not die on fork failure 3 1 4 0.04 - Mon Sep 29 13:04:00 JST 2008 2 5 - add on_child_reap callback (by lestrrat) -
lang/perl/Parallel-Prefork/trunk/MANIFEST
r8856 r35457 1 1 Changes 2 lib/Parallel/Prefork.pm 2 3 Makefile.PL 3 4 MANIFEST … … 5 6 t/01-base.t 6 7 t/02-reconfigure.t 7 lib/Parallel/Prefork.pm -
lang/perl/Parallel-Prefork/trunk/README
r8754 r35457 1 Parallel-Prefork version 0.0 11 Parallel-Prefork version 0.05 2 2 ============================= 3 3 … … 32 32 Put the correct copyright and licence information here. 33 33 34 Copyright (C) 2008 by Cybozu Labs, Inc.34 Copyright (C) 2008,2009 by Cybozu Labs, Inc. 35 35 36 36 This library is free software; you can redistribute it and/or modify -
lang/perl/Parallel-Prefork/trunk/lib/Parallel/Prefork.pm
r35456 r35457 10 10 __PACKAGE__->mk_accessors(qw/max_workers err_respawn_interval trap_signals signal_received manager_pid on_child_reap/); 11 11 12 our $VERSION = '0.0 4';12 our $VERSION = '0.05'; 13 13 14 14 sub new {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)