Skip to content

Commit 6a811aa

Browse files
committed
1.24
1 parent 9bcb4f0 commit 6a811aa

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Changes

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for Perl extension Kwalify.
22

3+
1.24 2024-07-21
4+
- doc improvements (by guillemj)
5+
- ci changes (swich from travis-ci to github actions)
6+
- tests: allow cyclic_refs when YAML::PP is used
7+
38
1.23 2020-02-21
49
- stable release with all changes in 1.22_90
510

lib/Kwalify.pm

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
#
44
# Author: Slaven Rezic
55
#
6-
# Copyright (C) 2006,2007,2008,2009,2010,2015,2020 Slaven Rezic. All rights reserved.
6+
# Copyright (C) 2006,2007,2008,2009,2010,2015,2020,2024 Slaven Rezic. All rights reserved.
77
# This package is free software; you can redistribute it and/or
88
# modify it under the same terms as Perl itself.
99
#
1010
# Mail: srezic@cpan.org
11-
# WWW: http://www.rezic.de/eserte/
11+
# WWW: https://github.com/eserte/p5-kwalify/
1212
#
1313

1414
package Kwalify;
@@ -20,7 +20,7 @@ use base qw(Exporter);
2020
use vars qw(@EXPORT_OK $VERSION);
2121
@EXPORT_OK = qw(validate);
2222

23-
$VERSION = '1.23';
23+
$VERSION = '1.24';
2424

2525
sub validate ($$) {
2626
my($schema, $data) = @_;

0 commit comments

Comments
 (0)