Package Release Info

perl-Carp-Assert-More-1.16-bp153.1.12

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-Carp-Assert-More

Change Logs

Version: 1.16-bp150.2.4
* Sat Aug 05 2017 coolo@suse.com
- updated to 1.16
  see /usr/share/doc/packages/perl-Carp-Assert-More/Changes
  1.16    Fri Aug  4 14:18:51 CDT 2017
    [ENHANCEMENTS]
    Added the following functions:
  * assert_numeric( $n )
  * assert_all_keys_in( \%hash, \@keylist )
  * assert_empty( [\%hash|\@list] )
  * assert_coderef( $ref )
  * assert_isa_in( $ref, \@class_list )
    Thanks to Eric A. Zarko for some of them.  The rest were migrated
    from a private code project.
    Renamed assert_listref() to assert_arrayref(), but keep
    assert_listref() as backward compatibility.  assert_listref()
    may go away in the future.
    [DOCUMENTATION]
    Fixed a goof in the assert_integer() docs.  Thanks, Randy Lauen.
* Mon Jun 03 2013 coolo@suse.com
- updated to 1.14
    [ENHANCEMENTS]
    Added assert_undefined() for Ben Hengst.
    Added assert_unlike().
    [FIXES]
    assert_nonblank() wasn't using the correct message.  Thanks to
    Leland Johnson.
    assert_nonempty() wouldn't work on blessed arrays and refs.
    Now it will.
* Mon Jan 17 2011 coolo@novell.com
- initial package 1.12
  * created by cpanspec 1.78.03