Skip to content

Commit

Permalink
1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Jul 21, 2024
1 parent 9bcb4f0 commit 6a811aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl extension Kwalify.

1.24 2024-07-21
- doc improvements (by guillemj)
- ci changes (swich from travis-ci to github actions)
- tests: allow cyclic_refs when YAML::PP is used

1.23 2020-02-21
- stable release with all changes in 1.22_90

Expand Down
6 changes: 3 additions & 3 deletions lib/Kwalify.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
#
# Author: Slaven Rezic
#
# Copyright (C) 2006,2007,2008,2009,2010,2015,2020 Slaven Rezic. All rights reserved.
# Copyright (C) 2006,2007,2008,2009,2010,2015,2020,2024 Slaven Rezic. All rights reserved.
# This package is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
#
# Mail: [email protected]
# WWW: http://www.rezic.de/eserte/
# WWW: https://github.com/eserte/p5-kwalify/
#

package Kwalify;
Expand All @@ -20,7 +20,7 @@ use base qw(Exporter);
use vars qw(@EXPORT_OK $VERSION);
@EXPORT_OK = qw(validate);

$VERSION = '1.23';
$VERSION = '1.24';

sub validate ($$) {
my($schema, $data) = @_;
Expand Down

0 comments on commit 6a811aa

Please sign in to comment.