summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Ishigaki <ishigaki@cpan.org>2014-04-15 15:57:52 +0900
committerKenichi Ishigaki <ishigaki@cpan.org>2014-04-15 15:57:52 +0900
commitad8afeb0e94e77e62369226d3665b5e0b5cc50e8 (patch)
tree4731e83f5335e52417550b783f97782d637d8a4a
parent17a0fe25deb134c2d5f73403a678820e0ee6af45 (diff)
documented about $FORK
-rw-r--r--lib/Parse/PMFile.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Parse/PMFile.pm b/lib/Parse/PMFile.pm
index 5d0fd55..6df921d 100644
--- a/lib/Parse/PMFile.pm
+++ b/lib/Parse/PMFile.pm
@@ -766,6 +766,10 @@ Parse::PMFile usually ignores a version with an underscore as PAUSE does (becaus
Set this to true if you need to know some details.
+=head2 $FORK
+
+As of version 0.17, Parse::PMFile stops forking while parsing a version for better performance. Parse::PMFile should return the same result no matter how this variable is set, but if you do care, set this to true to fork as PAUSE does.
+
=head1 SEE ALSO
Most part of this module is derived from PAUSE and CPAN::Version.