Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-User-Identity for openSUSE:Factory checked in at 2022-02-15 23:57:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-User-Identity (Old) and /work/SRC/openSUSE:Factory/.perl-User-Identity.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-User-Identity" Tue Feb 15 23:57:43 2022 rev:2 rq:955049 version:1.01 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-User-Identity/perl-User-Identity.changes 2020-12-05 20:37:40.922739198 +0100 +++ /work/SRC/openSUSE:Factory/.perl-User-Identity.new.1956/perl-User-Identity.changes 2022-02-15 23:58:09.512358022 +0100 @@ -1,0 +2,12 @@ +Sat Feb 12 03:08:05 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 1.01 + see /usr/share/doc/packages/perl-User-Identity/ChangeLog + + version 1.01: Fri 11 Feb 11:25:41 CET 2022 + + Fixes: + - Coercion from Mail::Address to Mail::Message::Full::Address is + too lazy. Mail::Message issue #4 + +------------------------------------------------------------------- Old: ---- User-Identity-1.00.tar.gz New: ---- User-Identity-1.01.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-User-Identity.spec ++++++ --- /var/tmp/diff_new_pack.YE6Qch/_old 2022-02-15 23:58:09.920359149 +0100 +++ /var/tmp/diff_new_pack.YE6Qch/_new 2022-02-15 23:58:09.924359160 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-User-Identity # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name User-Identity Name: perl-User-Identity -Version: 1.00 +Version: 1.01 Release: 0 -%define cpan_name User-Identity Summary: Maintain info about a physical person License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -50,11 +48,11 @@ Extends "DESCRIPTION" in User::Identity::Item. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -65,7 +63,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc ChangeLog README README.md %changelog ++++++ User-Identity-1.00.tar.gz -> User-Identity-1.01.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/ChangeLog new/User-Identity-1.01/ChangeLog --- old/User-Identity-1.00/ChangeLog 2020-10-14 19:14:42.000000000 +0200 +++ new/User-Identity-1.01/ChangeLog 2022-02-11 11:26:13.000000000 +0100 @@ -4,6 +4,12 @@ All changes are made by Mark Overmeer <mar...@cpan.org> unless explicitly stated differently. +version 1.01: Fri 11 Feb 11:25:41 CET 2022 + + Fixes: + - Coercion from Mail::Address to Mail::Message::Full::Address is + too lazy. Mail::Message issue #4 + version 1.00: Wed 14 Oct 19:14:36 CEST 2020 Fixes: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/META.json new/User-Identity-1.01/META.json --- old/User-Identity-1.00/META.json 2020-10-14 19:15:14.000000000 +0200 +++ new/User-Identity-1.01/META.json 2022-02-11 11:26:14.000000000 +0100 @@ -46,6 +46,6 @@ "web" : "https://github.com/markov2/perl5-User-Identity" } }, - "version" : "1.00", + "version" : "1.01", "x_serialization_backend" : "JSON::PP version 2.94" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/META.yml new/User-Identity-1.01/META.yml --- old/User-Identity-1.00/META.yml 2020-10-14 19:15:14.000000000 +0200 +++ new/User-Identity-1.01/META.yml 2022-02-11 11:26:14.000000000 +0100 @@ -22,5 +22,5 @@ homepage: http://perl.overmeer.net/CPAN/ license: http://dev.perl.org/licenses/ repository: https://github.com/markov2/perl5-User-Identity.git -version: '1.00' +version: '1.01' x_serialization_backend: 'CPAN::Meta::YAML version 0.011' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/Makefile.PL new/User-Identity-1.01/Makefile.PL --- old/User-Identity-1.00/Makefile.PL 2020-10-14 19:14:42.000000000 +0200 +++ new/User-Identity-1.01/Makefile.PL 2022-02-11 11:26:13.000000000 +0100 @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; -my $version = '1.00'; +my $version = '1.01'; # # The following is needed, because User::Identity does gracefully handle diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/Mail/Identity.pm new/User-Identity-1.01/lib/Mail/Identity.pm --- old/User-Identity-1.00/lib/Mail/Identity.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/Mail/Identity.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Mail::Identity; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use base 'User::Identity::Item'; @@ -46,11 +46,8 @@ return $other if $other->isa(__PACKAGE__); if($other->isa('Mail::Address')) - { return $class->new - ( phrase => $other->phrase - , address => $other->address - , comment => $other->comment - , @_); + { # Mail::Address is far to lazy + return $class->parse($other->format); } if($other->isa('User::Identity')) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/Mail/Identity.pod new/User-Identity-1.01/lib/Mail/Identity.pod --- old/User-Identity-1.00/lib/Mail/Identity.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/Mail/Identity.pod 2022-02-11 11:26:13.000000000 +0100 @@ -7,7 +7,7 @@ =head1 INHERITANCE Mail::Identity - is an User::Identity::Item + is a User::Identity::Item =head1 SYNOPSIS @@ -283,12 +283,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Archive/Plain.pm new/User-Identity-1.01/lib/User/Identity/Archive/Plain.pm --- old/User-Identity-1.00/lib/User/Identity/Archive/Plain.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Archive/Plain.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity::Archive::Plain; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use base 'User::Identity::Archive'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Archive/Plain.pod new/User-Identity-1.01/lib/User/Identity/Archive/Plain.pod --- old/User-Identity-1.00/lib/User/Identity/Archive/Plain.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Archive/Plain.pod 2022-02-11 11:26:13.000000000 +0100 @@ -7,8 +7,8 @@ =head1 INHERITANCE User::Identity::Archive::Plain - is an User::Identity::Archive - is an User::Identity::Item + is a User::Identity::Archive + is a User::Identity::Item =head1 SYNOPSIS @@ -349,12 +349,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Archive.pm new/User-Identity-1.01/lib/User/Identity/Archive.pm --- old/User-Identity-1.00/lib/User/Identity/Archive.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Archive.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity::Archive; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use base 'User::Identity::Item'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Archive.pod new/User-Identity-1.01/lib/User/Identity/Archive.pod --- old/User-Identity-1.00/lib/User/Identity/Archive.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Archive.pod 2022-02-11 11:26:13.000000000 +0100 @@ -7,7 +7,7 @@ =head1 INHERITANCE User::Identity::Archive - is an User::Identity::Item + is a User::Identity::Item User::Identity::Archive is extended by User::Identity::Archive::Plain @@ -183,12 +183,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Collection/Emails.pm new/User-Identity-1.01/lib/User/Identity/Collection/Emails.pm --- old/User-Identity-1.00/lib/User/Identity/Collection/Emails.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Collection/Emails.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity::Collection::Emails; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use base 'User::Identity::Collection'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Collection/Emails.pod new/User-Identity-1.01/lib/User/Identity/Collection/Emails.pod --- old/User-Identity-1.00/lib/User/Identity/Collection/Emails.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Collection/Emails.pod 2022-02-11 11:26:13.000000000 +0100 @@ -7,8 +7,8 @@ =head1 INHERITANCE User::Identity::Collection::Emails - is an User::Identity::Collection - is an User::Identity::Item + is a User::Identity::Collection + is a User::Identity::Item =head1 SYNOPSIS @@ -218,12 +218,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Collection/Locations.pm new/User-Identity-1.01/lib/User/Identity/Collection/Locations.pm --- old/User-Identity-1.00/lib/User/Identity/Collection/Locations.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Collection/Locations.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity::Collection::Locations; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use base 'User::Identity::Collection'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Collection/Locations.pod new/User-Identity-1.01/lib/User/Identity/Collection/Locations.pod --- old/User-Identity-1.00/lib/User/Identity/Collection/Locations.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Collection/Locations.pod 2022-02-11 11:26:13.000000000 +0100 @@ -7,8 +7,8 @@ =head1 INHERITANCE User::Identity::Collection::Locations - is an User::Identity::Collection - is an User::Identity::Item + is a User::Identity::Collection + is a User::Identity::Item =head1 SYNOPSIS @@ -217,12 +217,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Collection/Systems.pm new/User-Identity-1.01/lib/User/Identity/Collection/Systems.pm --- old/User-Identity-1.00/lib/User/Identity/Collection/Systems.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Collection/Systems.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity::Collection::Systems; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use base 'User::Identity::Collection'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Collection/Systems.pod new/User-Identity-1.01/lib/User/Identity/Collection/Systems.pod --- old/User-Identity-1.00/lib/User/Identity/Collection/Systems.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Collection/Systems.pod 2022-02-11 11:26:13.000000000 +0100 @@ -7,8 +7,8 @@ =head1 INHERITANCE User::Identity::Collection::Systems - is an User::Identity::Collection - is an User::Identity::Item + is a User::Identity::Collection + is a User::Identity::Item =head1 SYNOPSIS @@ -218,12 +218,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Collection/Users.pm new/User-Identity-1.01/lib/User/Identity/Collection/Users.pm --- old/User-Identity-1.00/lib/User/Identity/Collection/Users.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Collection/Users.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity::Collection::Users; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use base 'User::Identity::Collection'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Collection/Users.pod new/User-Identity-1.01/lib/User/Identity/Collection/Users.pod --- old/User-Identity-1.00/lib/User/Identity/Collection/Users.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Collection/Users.pod 2022-02-11 11:26:13.000000000 +0100 @@ -7,8 +7,8 @@ =head1 INHERITANCE User::Identity::Collection::Users - is an User::Identity::Collection - is an User::Identity::Item + is a User::Identity::Collection + is a User::Identity::Item =head1 SYNOPSIS @@ -217,12 +217,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Collection.pm new/User-Identity-1.01/lib/User/Identity/Collection.pm --- old/User-Identity-1.00/lib/User/Identity/Collection.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Collection.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity::Collection; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use base 'User::Identity::Item'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Collection.pod new/User-Identity-1.01/lib/User/Identity/Collection.pod --- old/User-Identity-1.00/lib/User/Identity/Collection.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Collection.pod 2022-02-11 11:26:13.000000000 +0100 @@ -7,7 +7,7 @@ =head1 INHERITANCE User::Identity::Collection - is an User::Identity::Item + is a User::Identity::Item User::Identity::Collection is extended by User::Identity::Collection::Emails @@ -322,12 +322,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Item.pm new/User-Identity-1.01/lib/User/Identity/Item.pm --- old/User-Identity-1.00/lib/User/Identity/Item.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Item.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity::Item; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use strict; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Item.pod new/User-Identity-1.01/lib/User/Identity/Item.pod --- old/User-Identity-1.00/lib/User/Identity/Item.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Item.pod 2022-02-11 11:26:13.000000000 +0100 @@ -245,12 +245,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Location.pm new/User-Identity-1.01/lib/User/Identity/Location.pm --- old/User-Identity-1.00/lib/User/Identity/Location.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Location.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity::Location; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use base 'User::Identity::Item'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/Location.pod new/User-Identity-1.01/lib/User/Identity/Location.pod --- old/User-Identity-1.00/lib/User/Identity/Location.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/Location.pod 2022-02-11 11:26:13.000000000 +0100 @@ -7,7 +7,7 @@ =head1 INHERITANCE User::Identity::Location - is an User::Identity::Item + is a User::Identity::Item =head1 SYNOPSIS @@ -269,12 +269,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/System.pm new/User-Identity-1.01/lib/User/Identity/System.pm --- old/User-Identity-1.00/lib/User/Identity/System.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/System.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity::System; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use base 'User::Identity::Item'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity/System.pod new/User-Identity-1.01/lib/User/Identity/System.pod --- old/User-Identity-1.00/lib/User/Identity/System.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity/System.pod 2022-02-11 11:26:13.000000000 +0100 @@ -7,7 +7,7 @@ =head1 INHERITANCE User::Identity::System - is an User::Identity::Item + is a User::Identity::Item =head1 SYNOPSIS @@ -213,12 +213,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity.pm new/User-Identity-1.01/lib/User/Identity.pm --- old/User-Identity-1.00/lib/User/Identity.pm 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity.pm 2022-02-11 11:26:13.000000000 +0100 @@ -1,14 +1,14 @@ -# Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. +# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.02. +# Pod stripped from pm file by OODoc 2.03. # This code is part of distribution Math-Polygon. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity; use vars '$VERSION'; -$VERSION = '1.00'; +$VERSION = '1.01'; use base 'User::Identity::Item'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/User-Identity-1.00/lib/User/Identity.pod new/User-Identity-1.01/lib/User/Identity.pod --- old/User-Identity-1.00/lib/User/Identity.pod 2020-10-14 19:15:13.000000000 +0200 +++ new/User-Identity-1.01/lib/User/Identity.pod 2022-02-11 11:26:13.000000000 +0100 @@ -7,7 +7,7 @@ =head1 INHERITANCE User::Identity - is an User::Identity::Item + is a User::Identity::Item =head1 SYNOPSIS @@ -326,12 +326,12 @@ =head1 SEE ALSO -This module is part of User-Identity distribution version 1.00, -built on October 14, 2020. Website: F<http://perl.overmeer.net/CPAN/> +This module is part of User-Identity distribution version 1.01, +built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE -Copyrights 2003-2020 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. +Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.