[win32] regenerate win32/config_H.?c
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index 9d8b0f0..6e4da5e 100644 (file)
@@ -225,6 +225,10 @@ write linker options files for dynamic extension
 
 add blib/* directories to @INC
 
+=item Fatal
+
+make errors in builtins or Perl functions fatal
+
 =item Fcntl
 
 load the C Fcntl.h defines
@@ -333,6 +337,11 @@ arbitrary size integer math package
 
 complex numbers and associated mathematical functions
 
+=item Math::Trig
+
+simple interface to parts of Math::Complex for those who
+need trigonometric functions only for real numbers
+
 =item NDBM_File
 
 tied access to ndbm files
@@ -989,8 +998,8 @@ Please remember to send me an updated entry for the Module list!
 
 =item Take care when changing a released module.
 
-Always strive to remain compatible with previous released versions
-(see 2.2 above) Otherwise try to add a mechanism to revert to the
+Always strive to remain compatible with previous released versions.
+Otherwise try to add a mechanism to revert to the
 old behaviour if people rely on it. Document incompatible changes.
 
 =back