From ad8afeb0e94e77e62369226d3665b5e0b5cc50e8 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Tue, 15 Apr 2014 15:57:52 +0900 Subject: documented about $FORK --- lib/Parse/PMFile.pm | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3