Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-AnyEvent-WebSocket-Client for openSUSE:Factory checked in at 2023-06-03 00:06:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-AnyEvent-WebSocket-Client (Old) and /work/SRC/openSUSE:Factory/.perl-AnyEvent-WebSocket-Client.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-AnyEvent-WebSocket-Client" Sat Jun 3 00:06:50 2023 rev:3 rq:1090312 version:0.55 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-AnyEvent-WebSocket-Client/perl-AnyEvent-WebSocket-Client.changes 2021-03-24 16:13:12.723955353 +0100 +++ /work/SRC/openSUSE:Factory/.perl-AnyEvent-WebSocket-Client.new.15902/perl-AnyEvent-WebSocket-Client.changes 2023-06-03 00:07:05.713943421 +0200 @@ -1,0 +2,10 @@ +Fri May 5 03:05:58 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 0.55 + see /usr/share/doc/packages/perl-AnyEvent-WebSocket-Client/Changes + + 0.55 2023-05-04 10:28:24 -0600 + [WARNING: change in behavior] + - Fix the default code for close to be 1000 (gh#61, gh#62) + +------------------------------------------------------------------- Old: ---- AnyEvent-WebSocket-Client-0.54.tar.gz New: ---- AnyEvent-WebSocket-Client-0.55.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-AnyEvent-WebSocket-Client.spec ++++++ --- /var/tmp/diff_new_pack.IAXJgC/_old 2023-06-03 00:07:06.205946326 +0200 +++ /var/tmp/diff_new_pack.IAXJgC/_new 2023-06-03 00:07:06.209946349 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-AnyEvent-WebSocket-Client # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name AnyEvent-WebSocket-Client Name: perl-AnyEvent-WebSocket-Client -Version: 0.54 +Version: 0.55 Release: 0 -Summary: WebSocket client for AnyEvent License: Artistic-1.0 OR GPL-1.0-or-later +Summary: WebSocket client for AnyEvent URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml @@ -34,9 +34,9 @@ BuildRequires: perl(PerlX::Maybe) >= 0.003 BuildRequires: perl(Protocol::WebSocket) >= 0.20 BuildRequires: perl(Test2::API) >= 1.302015 -BuildRequires: perl(Test2::Require) >= 0.000060 -BuildRequires: perl(Test2::Require::Module) >= 0.000060 -BuildRequires: perl(Test2::V0) >= 0.000060 +BuildRequires: perl(Test2::Require) >= 0.000121 +BuildRequires: perl(Test2::Require::Module) >= 0.000121 +BuildRequires: perl(Test2::V0) >= 0.000121 BuildRequires: perl(URI) >= 1.53 BuildRequires: perl(URI::ws) Requires: perl(AnyEvent) >= 7.13 @@ -68,7 +68,8 @@ %prep %autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor @@ -83,7 +84,7 @@ %perl_gen_filelist %files -f %{name}.files -%doc author.yml Changes example README +%doc Changes example README %license LICENSE %changelog ++++++ AnyEvent-WebSocket-Client-0.54.tar.gz -> AnyEvent-WebSocket-Client-0.55.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/Changes new/AnyEvent-WebSocket-Client-0.55/Changes --- old/AnyEvent-WebSocket-Client-0.54/Changes 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/Changes 2023-05-04 18:28:27.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for AnyEvent-WebSocket-Client +0.55 2023-05-04 10:28:24 -0600 + [WARNING: change in behavior] + - Fix the default code for close to be 1000 (gh#61, gh#62) + 0.54 2021-03-19 06:13:48 -0600 - Delay loading AnyEvent::Connector until needed. - Moved git repository to new github org. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/INSTALL new/AnyEvent-WebSocket-Client-0.55/INSTALL --- old/AnyEvent-WebSocket-Client-0.54/INSTALL 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/INSTALL 2023-05-04 18:28:27.000000000 +0200 @@ -21,8 +21,11 @@ ## Manual installation -As a last resort, you can manually install it. Download the tarball, untar it, -install configure prerequisites (see below), then build it: +As a last resort, you can manually install it. If you have not already +downloaded the release tarball, you can find the download link on the module's +MetaCPAN page: https://metacpan.org/pod/AnyEvent::WebSocket::Client + +Untar the tarball, install configure prerequisites (see below), then build it: % perl Makefile.PL % make && make test diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/LICENSE new/AnyEvent-WebSocket-Client-0.55/LICENSE --- old/AnyEvent-WebSocket-Client-0.54/LICENSE 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/LICENSE 2023-05-04 18:28:27.000000000 +0200 @@ -1,4 +1,4 @@ -This software is copyright (c) 2013 by Graham Ollis. +This software is copyright (c) 2013-2022 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2013 by Graham Ollis. +This software is Copyright (c) 2013-2022 by Graham Ollis. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2013 by Graham Ollis. +This software is Copyright (c) 2013-2022 by Graham Ollis. This is free software, licensed under: @@ -292,21 +292,21 @@ - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through - textual modification. + textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright - Holder. + Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. + the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) + computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they - received it. + received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you @@ -373,7 +373,7 @@ 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/MANIFEST new/AnyEvent-WebSocket-Client-0.55/MANIFEST --- old/AnyEvent-WebSocket-Client-0.54/MANIFEST 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/MANIFEST 2023-05-04 18:28:27.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.025. Changes INSTALL LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/META.json new/AnyEvent-WebSocket-Client-0.55/META.json --- old/AnyEvent-WebSocket-Client-0.54/META.json 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/META.json 2023-05-04 18:28:27.000000000 +0200 @@ -4,7 +4,7 @@ "Graham Ollis <plice...@cpan.org>" ], "dynamic_config" : 1, - "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -26,12 +26,72 @@ } }, "develop" : { + "recommends" : { + "Dist::Zilla::Plugin::Author::Plicease::Thanks" : "0", + "Dist::Zilla::Plugin::Author::Plicease::Upload" : "0", + "Dist::Zilla::Plugin::DynamicPrereqs" : "0", + "Dist::Zilla::Plugin::Meta::Dynamic::Config" : "0", + "Dist::Zilla::Plugin::MetaNoIndex" : "0", + "Dist::Zilla::Plugin::Prereqs" : "0", + "Dist::Zilla::Plugin::RemovePrereqs" : "0", + "Dist::Zilla::PluginBundle::Author::Plicease" : "2.69", + "Perl::Critic::Policy::BuiltinFunctions::ProhibitBooleanGrep" : "0", + "Perl::Critic::Policy::BuiltinFunctions::ProhibitStringySplit" : "0", + "Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidGrep" : "0", + "Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidMap" : "0", + "Perl::Critic::Policy::ClassHierarchies::ProhibitExplicitISA" : "0", + "Perl::Critic::Policy::ClassHierarchies::ProhibitOneArgBless" : "0", + "Perl::Critic::Policy::CodeLayout::ProhibitHardTabs" : "0", + "Perl::Critic::Policy::CodeLayout::ProhibitTrailingWhitespace" : "0", + "Perl::Critic::Policy::CodeLayout::RequireConsistentNewlines" : "0", + "Perl::Critic::Policy::ControlStructures::ProhibitLabelsWithSpecialBlockNames" : "0", + "Perl::Critic::Policy::ControlStructures::ProhibitMutatingListFunctions" : "0", + "Perl::Critic::Policy::ControlStructures::ProhibitUnreachableCode" : "0", + "Perl::Critic::Policy::Freenode::ArrayAssignAref" : "0", + "Perl::Critic::Policy::Freenode::BarewordFilehandles" : "0", + "Perl::Critic::Policy::Freenode::ConditionalDeclarations" : "0", + "Perl::Critic::Policy::Freenode::ConditionalImplicitReturn" : "0", + "Perl::Critic::Policy::Freenode::DeprecatedFeatures" : "0", + "Perl::Critic::Policy::Freenode::DollarAB" : "0", + "Perl::Critic::Policy::Freenode::Each" : "0", + "Perl::Critic::Policy::Freenode::IndirectObjectNotation" : "0", + "Perl::Critic::Policy::Freenode::LexicalForeachIterator" : "0", + "Perl::Critic::Policy::Freenode::LoopOnHash" : "0", + "Perl::Critic::Policy::Freenode::ModPerl" : "0", + "Perl::Critic::Policy::Freenode::OpenArgs" : "0", + "Perl::Critic::Policy::Freenode::OverloadOptions" : "0", + "Perl::Critic::Policy::Freenode::POSIXImports" : "0", + "Perl::Critic::Policy::Freenode::PackageMatchesFilename" : "0", + "Perl::Critic::Policy::Freenode::PreferredAlternatives" : "0", + "Perl::Critic::Policy::Freenode::StrictWarnings" : "0", + "Perl::Critic::Policy::Freenode::Threads" : "0", + "Perl::Critic::Policy::Freenode::Wantarray" : "0", + "Perl::Critic::Policy::Freenode::WarningsSwitch" : "0", + "Perl::Critic::Policy::Freenode::WhileDiamondDefaultAssignment" : "0", + "Perl::Critic::Policy::InputOutput::ProhibitBarewordFileHandles" : "0", + "Perl::Critic::Policy::InputOutput::ProhibitJoinedReadline" : "0", + "Perl::Critic::Policy::InputOutput::ProhibitTwoArgOpen" : "0", + "Perl::Critic::Policy::Miscellanea::ProhibitFormats" : "0", + "Perl::Critic::Policy::Miscellanea::ProhibitUselessNoCritic" : "0", + "Perl::Critic::Policy::Modules::ProhibitConditionalUseStatements" : "0", + "Perl::Critic::Policy::Modules::RequireNoMatchVarsWithUseEnglish" : "0", + "Perl::Critic::Policy::Objects::ProhibitIndirectSyntax" : "0", + "Perl::Critic::Policy::RegularExpressions::ProhibitUselessTopic" : "0", + "Perl::Critic::Policy::Subroutines::ProhibitNestedSubs" : "0", + "Perl::Critic::Policy::ValuesAndExpressions::ProhibitLeadingZeros" : "0", + "Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators" : "0", + "Perl::Critic::Policy::ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator" : "0", + "Perl::Critic::Policy::ValuesAndExpressions::RequireUpperCaseHeredocTerminator" : "0", + "Perl::Critic::Policy::Variables::ProhibitPerl4PackageNames" : "0", + "Perl::Critic::Policy::Variables::ProhibitUnusedVariables" : "0", + "Software::License::Perl_5" : "0" + }, "requires" : { "File::Spec" : "0", "Perl::Critic" : "0", - "Test2::Require::Module" : "0.000060", + "Test2::Require::Module" : "0.000121", "Test2::Tools::PerlCritic" : "0", - "Test2::V0" : "0.000060", + "Test2::V0" : "0.000121", "Test::CPAN::Changes" : "0", "Test::EOL" : "0", "Test::Fixme" : "0.07", @@ -74,9 +134,9 @@ "requires" : { "Protocol::WebSocket" : "0.20", "Test2::API" : "1.302015", - "Test2::Require" : "0.000060", - "Test2::Require::Module" : "0.000060", - "Test2::V0" : "0.000060", + "Test2::Require" : "0.000121", + "Test2::Require::Module" : "0.000121", + "Test2::V0" : "0.000121", "perl" : "5.008" } } @@ -93,7 +153,7 @@ "web" : "https://github.com/uperl/AnyEvent-WebSocket-Client" } }, - "version" : "0.54", + "version" : "0.55", "x_contributors" : [ "Graham Ollis <plice...@cpan.org>", "Toshio Ito (debug-ito, TOSHIOITO)", @@ -103,8 +163,8 @@ "Fayland Lam (FAYLAND)", "Daniel Kamil Kozar (xavery)" ], - "x_generated_by_perl" : "v5.33.7", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.25", + "x_generated_by_perl" : "v5.37.4", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.32", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later", "x_use_unsafe_inc" : 0 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/META.yml new/AnyEvent-WebSocket-Client-0.55/META.yml --- old/AnyEvent-WebSocket-Client-0.54/META.yml 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/META.yml 2023-05-04 18:28:27.000000000 +0200 @@ -5,15 +5,15 @@ build_requires: Protocol::WebSocket: '0.20' Test2::API: '1.302015' - Test2::Require: '0.000060' - Test2::Require::Module: '0.000060' - Test2::V0: '0.000060' + Test2::Require: '0.000121' + Test2::Require::Module: '0.000121' + Test2::V0: '0.000121' perl: '5.008' configure_requires: ExtUtils::MakeMaker: '0' perl: '5.006' -dynamic_config: '1' -generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010' +dynamic_config: 1 +generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -41,7 +41,7 @@ bugtracker: https://github.com/uperl/AnyEvent-WebSocket-Client/issues homepage: https://metacpan.org/pod/AnyEvent::WebSocket::Client repository: git://github.com/uperl/AnyEvent-WebSocket-Client.git -version: '0.54' +version: '0.55' x_contributors: - 'Graham Ollis <plice...@cpan.org>' - 'Toshio Ito (debug-ito, TOSHIOITO)' @@ -50,7 +50,7 @@ - 'Yanick Champoux (YANICK)' - 'Fayland Lam (FAYLAND)' - 'Daniel Kamil Kozar (xavery)' -x_generated_by_perl: v5.33.7 +x_generated_by_perl: v5.37.4 x_serialization_backend: 'YAML::Tiny version 1.73' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' x_use_unsafe_inc: 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/Makefile.PL new/AnyEvent-WebSocket-Client-0.55/Makefile.PL --- old/AnyEvent-WebSocket-Client-0.54/Makefile.PL 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/Makefile.PL 2023-05-04 18:28:27.000000000 +0200 @@ -5,7 +5,7 @@ exit; } } -# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.62. +# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.75. use strict; use warnings; use 5.008; @@ -38,11 +38,11 @@ "TEST_REQUIRES" => { "Protocol::WebSocket" => "0.20", "Test2::API" => "1.302015", - "Test2::Require" => "0.000060", - "Test2::Require::Module" => "0.000060", - "Test2::V0" => "0.000060" + "Test2::Require" => "0.000121", + "Test2::Require::Module" => "0.000121", + "Test2::V0" => "0.000121" }, - "VERSION" => "0.54", + "VERSION" => "0.55", "test" => { "TESTS" => "t/*.t" } @@ -55,14 +55,14 @@ "PerlX::Maybe" => "0.003", "Protocol::WebSocket" => "0.20", "Test2::API" => "1.302015", - "Test2::Require" => "0.000060", - "Test2::Require::Module" => "0.000060", - "Test2::V0" => "0.000060", + "Test2::Require" => "0.000121", + "Test2::Require::Module" => "0.000121", + "Test2::V0" => "0.000121", "URI" => "1.53", "URI::ws" => 0 ); -# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.039 +# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.040 if ( can_use('Crypt::Random::Source') ) { requires( 'Crypt::Random::Source', '0.08' ); } @@ -78,7 +78,7 @@ WriteMakefile(%WriteMakefileArgs); -# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.039 +# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.040 sub _add_prereq { my ( $mm_key, $module, $version_or_range ) = @_; $version_or_range ||= 0; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/README new/AnyEvent-WebSocket-Client-0.55/README --- old/AnyEvent-WebSocket-Client-0.54/README 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/README 2023-05-04 18:28:27.000000000 +0200 @@ -4,7 +4,7 @@ VERSION - version 0.54 + version 0.55 SYNOPSIS @@ -255,7 +255,7 @@ COPYRIGHT AND LICENSE - This software is copyright (c) 2013 by Graham Ollis. + This software is copyright (c) 2013-2022 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/dist.ini new/AnyEvent-WebSocket-Client-0.55/dist.ini --- old/AnyEvent-WebSocket-Client-0.54/dist.ini 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/dist.ini 2023-05-04 18:28:27.000000000 +0200 @@ -2,18 +2,17 @@ author = Graham Ollis <plice...@cpan.org> license = Perl_5 copyright_holder = Graham Ollis -copyright_year = 2013 -version = 0.54 +copyright_year = 2013-2022 +version = 0.55 [@Author::Plicease] -:version = 2.44 +:version = 2.69 release_tests = 1 test2_v0 = 1 github_user = uperl workflow = linux workflow = windows workflow = macos -workflow = cygwin workflow = msys2-mingw [RemovePrereqs] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/lib/AnyEvent/WebSocket/Client.pm new/AnyEvent-WebSocket-Client-0.55/lib/AnyEvent/WebSocket/Client.pm --- old/AnyEvent-WebSocket-Client-0.54/lib/AnyEvent/WebSocket/Client.pm 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/lib/AnyEvent/WebSocket/Client.pm 2023-05-04 18:28:27.000000000 +0200 @@ -13,7 +13,7 @@ use PerlX::Maybe qw( maybe provided ); # ABSTRACT: WebSocket client for AnyEvent -our $VERSION = '0.54'; # VERSION +our $VERSION = '0.55'; # VERSION has timeout => ( @@ -227,7 +227,7 @@ =head1 VERSION -version 0.54 +version 0.55 =head1 SYNOPSIS @@ -502,7 +502,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2013 by Graham Ollis. +This software is copyright (c) 2013-2022 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/lib/AnyEvent/WebSocket/Connection.pm new/AnyEvent-WebSocket-Client-0.55/lib/AnyEvent/WebSocket/Connection.pm --- old/AnyEvent-WebSocket-Client-0.54/lib/AnyEvent/WebSocket/Connection.pm 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/lib/AnyEvent/WebSocket/Connection.pm 2023-05-04 18:28:27.000000000 +0200 @@ -12,7 +12,7 @@ use Carp (); # ABSTRACT: WebSocket connection for AnyEvent -our $VERSION = '0.54'; # VERSION +our $VERSION = '0.55'; # VERSION has handle => ( @@ -298,7 +298,7 @@ { my($self, $code, $reason) = @_; - my $body = pack('n', ($code) ? $code : '1005'); + my $body = pack('n', ($code) ? $code : '1000'); $body .= Encode::encode 'UTF-8', $reason if defined $reason; @@ -340,7 +340,7 @@ =head1 VERSION -version 0.54 +version 0.55 =head1 SYNOPSIS @@ -502,7 +502,7 @@ Close the connection. You may optionally provide a code and a reason. See L<section 5.5.1|https://tools.ietf.org/html/rfc6455#section-5.5.1> and L<section 7.4.1|https://tools.ietf.org/html/rfc6455#section-7.4.1> of RFC6455. -The code is a 16-bit unsigned integer value that indicates why you close the connection. By default the code is 1005. +The code is a 16-bit unsigned integer value that indicates why you close the connection. By default the code is 1000. The reason is a character string (not an octet string) that further describes why you close the connection. By default the reason is an empty string. @@ -562,7 +562,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2013 by Graham Ollis. +This software is copyright (c) 2013-2022 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/lib/AnyEvent/WebSocket/Message.pm new/AnyEvent-WebSocket-Client-0.55/lib/AnyEvent/WebSocket/Message.pm --- old/AnyEvent-WebSocket-Client-0.54/lib/AnyEvent/WebSocket/Message.pm 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/lib/AnyEvent/WebSocket/Message.pm 2023-05-04 18:28:27.000000000 +0200 @@ -6,7 +6,7 @@ use Encode (); # ABSTRACT: WebSocket message for AnyEvent -our $VERSION = '0.54'; # VERSION +our $VERSION = '0.55'; # VERSION has body => ( is => 'ro', required => 1 ); @@ -39,7 +39,7 @@ =head1 VERSION -version 0.54 +version 0.55 =head1 SYNOPSIS @@ -158,7 +158,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2013 by Graham Ollis. +This software is copyright (c) 2013-2022 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/t/anyevent_websocket_connection.t new/AnyEvent-WebSocket-Client-0.55/t/anyevent_websocket_connection.t --- old/AnyEvent-WebSocket-Client-0.54/t/anyevent_websocket_connection.t 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/t/anyevent_websocket_connection.t 2023-05-04 18:28:27.000000000 +0200 @@ -488,12 +488,12 @@ subtest 'close codes' => sub { my @test_data = ( - [ [], [1005, ''], 'empty list defaults to 1005' ], - [ [undef, undef], [1005, ''] , 'both undef' ], - [ [undef, 'error'], [1005, 'error'] , 'undef code with explicit reason' ], + [ [], [1000, ''], 'empty list defaults to 1005' ], + [ [undef, undef], [1000, ''] , 'both undef' ], + [ [undef, 'error'], [1000, 'error'] , 'undef code with explicit reason' ], [ [1003, undef], [1003, ''] , 'other code with undef reason' ], - [ [1000], [1000, ''], 'normal close code' ], - [ [1000, 'a reason'], [1000, 'a reason'], 'normal close code with reason' ], + [ [1001], [1001, ''], 'normal close code' ], + [ [1001, 'a reason'], [1001, 'a reason'], 'normal close code with reason' ], ); foreach my $test_data (@test_data) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/xt/author/pod_coverage.t new/AnyEvent-WebSocket-Client-0.55/xt/author/pod_coverage.t --- old/AnyEvent-WebSocket-Client-0.54/xt/author/pod_coverage.t 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/xt/author/pod_coverage.t 2023-05-04 18:28:27.000000000 +0200 @@ -31,10 +31,10 @@ my @private_classes; my %private_methods; -push @{ $config->{pod_coverage}->{private} }, +push $config->{pod_coverage}->{private}->@*, 'Alien::.*::Install::Files#Inline'; -foreach my $private (@{ $config->{pod_coverage}->{private} }) +foreach my $private ($config->{pod_coverage}->{private}->@*) { my($class,$method) = split /#/, $private; if(defined $class && $class ne '') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-WebSocket-Client-0.54/xt/author/pod_spelling_system.t new/AnyEvent-WebSocket-Client-0.55/xt/author/pod_spelling_system.t --- old/AnyEvent-WebSocket-Client-0.54/xt/author/pod_spelling_system.t 2021-03-19 13:13:51.000000000 +0100 +++ new/AnyEvent-WebSocket-Client-0.55/xt/author/pod_spelling_system.t 2023-05-04 18:28:27.000000000 +0200 @@ -24,7 +24,7 @@ chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir)); -add_stopwords(@{ $config->{pod_spelling_system}->{stopwords} }); +add_stopwords($config->{pod_spelling_system}->{stopwords}->@*); add_stopwords(qw( Plicease stdout