duffee / Astro-Constants

This Perl module provides physical constants usefull for astronomy in MKS and CGS systems
0 stars 1 forks source link

thread safe #21

Closed duffee closed 7 years ago

duffee commented 8 years ago

Make sure that the final module is thread-safe for use with parallel processing code. No global variables.

duffee commented 7 years ago

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