Changes for version 0.05 - 2011-01-20

  • Repaired test suite (mistakenly omitted from previous distribution).
  • Converted all C++ subs to type-safe unsigned ints and std::vector<bool>::size_type to eliminate potential for signed roll-over errors. Note: input params are still signed ints because pure-Perl offers no means of creating an SV containing a UV.

Modules

Generate a list of all primes less than or equal to $n. Do it quickly.