Closed duffee closed 7 years ago
Make sure that the final module is thread-safe for use with parallel processing code. No global variables.
Tried the recipe on http://stackoverflow.com/questions/3286521/perl-thread-safe-modules and seems fine.
perl -MO=Xref Astro/Constants/MKS.pm seems to say everything is lexical
perl -MO=Xref Astro/Constants/MKS.pm
Make sure that the final module is thread-safe for use with parallel processing code. No global variables.