The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 2.3.0 - 2023-05-30

  • ENHANCEMENTS
    • Added assert_arrayref_of() to verify that all of the elements in an arrayref are of a given type. For example:
      • my $users = get_users(); assert_arrayref_of( $users, 'My::User' );

Modules

Convenience assertions for common situations