dluxhu / perl-parallel-forkmanager

Parallel::ForkManager
20 stars 11 forks source link

Minor typo in documentation about running_procs() #31

Closed dimir closed 5 years ago

dimir commented 5 years ago

Documentation on

https://metacpan.org/pod/Parallel::ForkManager

has this line:

my $nbr_children =- $pm->running_procs;

which looks like contain a typo, extra '-' in assignment operator. Sorry if this is wrong place to report documentation issue, would appreciate to show me the correct one if this is so.

yanick commented 5 years ago

Good catch! I fixed the typo and pushed to master. Thanks!