Skip to main content





A collection of various examples of Perl modules/scripts

Changes for 0.096 - 2023-02-24

  • Add POD link example to manpage.


Generic Module to inherit from

Changes for v0.29.6 - 2023-03-12T06:55:19Z

  • Minor improvements in Module::Generic::Scalar by adding Regexp::Common as a regexp class on top of perl's Regexp
  • Improved the helper method _set_get_object and corrected _set_get_object_without_init
  • Added the 'code' option to method 'pass_error' in Module::Generic
  • Support method '_can' in Module::Generic now also accepts an array of methods to check
  • Added _is_warnings_enabled as an alias to _warnings_is_enabled in Module::Generic
  • Improved Module::Generic::Hash json method to allow for more options
  • Added method _set_get_callback as an lvalue support method
  • Aliased _lvalue to _set_get_callback


Provide non blocking randomness

Changes for 0.38

  • Adding support for github actions Improving test support