The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Math::Factor.

0.19 2004/01/19
 - formats are not evaled in loops.

0.17 2004/01/18
 - matching multiplications that contain smaller
   factors may be skipped.

0.16 2004/01/17
 - factor.pl revisioned.

0.12 2004/01/13
 - hashes are returned as refs.

0.1 2004/01/12
 - minor additions.

0.09 2004/01/12
 - evaluation of ranges implemented.

0.07 2004/01/10
 - show_factor() and show_match() have been
   moved out of the module to bin/factor.pl.

0.05 2004/01/07
 - iteration over factors and multiplication
   matches by each_factor() and each_match().

0.03 2004/01/06
 - here docs mostly replaced with format
   in show_factor() and show_match().

0.02 2004/01/06
 - documentation covers functionality.

0.01 2004/01/06
 - initial version.