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 2023-05-09 15:02:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-User-Identity (Old)
 and      /work/SRC/openSUSE:Factory/.perl-User-Identity.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-User-Identity"

Tue May  9 15:02:10 2023 rev:3 rq:1084420 version:1.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-User-Identity/perl-User-Identity.changes    
2022-02-15 23:58:09.512358022 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-User-Identity.new.1533/perl-User-Identity.changes
  2023-05-09 15:02:14.513811450 +0200
@@ -1,0 +2,12 @@
+Tue Apr 18 03:10:13 UTC 2023 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 1.02
+   see /usr/share/doc/packages/perl-User-Identity/ChangeLog
+
+  version 1.02: Mon 17 Apr 10:40:50 CEST 2023
+
+       Changes:
+       - Collections use ordered hash to generate reproducable
+         results.  Github issue 15 on Mail::Message [Geoffrey D. Bennett]
+
+-------------------------------------------------------------------

Old:
----
  User-Identity-1.01.tar.gz

New:
----
  User-Identity-1.02.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-User-Identity.spec ++++++
--- /var/tmp/diff_new_pack.040M90/_old  2023-05-09 15:02:15.109814919 +0200
+++ /var/tmp/diff_new_pack.040M90/_new  2023-05-09 15:02:15.117814966 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-User-Identity
 #
-# Copyright (c) 2022 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,16 +18,18 @@
 
 %define cpan_name User-Identity
 Name:           perl-User-Identity
-Version:        1.01
+Version:        1.02
 Release:        0
-Summary:        Maintain info about a physical person
 License:        Artistic-1.0 OR GPL-1.0-or-later
+Summary:        Collect information about a user
 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
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Hash::Ordered) >= 0.014
+Requires:       perl(Hash::Ordered) >= 0.014
 %{perl_requires}
 
 %description

++++++ User-Identity-1.01.tar.gz -> User-Identity-1.02.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/ChangeLog 
new/User-Identity-1.02/ChangeLog
--- old/User-Identity-1.01/ChangeLog    2022-02-11 11:26:13.000000000 +0100
+++ new/User-Identity-1.02/ChangeLog    2023-04-17 10:41:53.000000000 +0200
@@ -4,6 +4,12 @@
 All changes are made by Mark Overmeer <mar...@cpan.org> unless
 explicitly stated differently.
 
+version 1.02: Mon 17 Apr 10:40:50 CEST 2023
+
+       Changes:
+       - Collections use ordered hash to generate reproducable
+         results.  Github issue 15 on Mail::Message [Geoffrey D. Bennett]
+
 version 1.01: Fri 11 Feb 11:25:41 CET 2022
 
        Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/META.json 
new/User-Identity-1.02/META.json
--- old/User-Identity-1.01/META.json    2022-02-11 11:26:14.000000000 +0100
+++ new/User-Identity-1.02/META.json    2023-04-17 10:41:54.000000000 +0200
@@ -31,7 +31,9 @@
          }
       },
       "runtime" : {
-         "requires" : {}
+         "requires" : {
+            "Hash::Ordered" : "0.014"
+         }
       }
    },
    "release_status" : "stable",
@@ -46,6 +48,6 @@
          "web" : "https://github.com/markov2/perl5-User-Identity";
       }
    },
-   "version" : "1.01",
+   "version" : "1.02",
    "x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/META.yml 
new/User-Identity-1.02/META.yml
--- old/User-Identity-1.01/META.yml     2022-02-11 11:26:14.000000000 +0100
+++ new/User-Identity-1.02/META.yml     2023-04-17 10:41:54.000000000 +0200
@@ -17,10 +17,11 @@
   directory:
     - t
     - inc
-requires: {}
+requires:
+  Hash::Ordered: '0.014'
 resources:
   homepage: http://perl.overmeer.net/CPAN/
   license: http://dev.perl.org/licenses/
   repository: https://github.com/markov2/perl5-User-Identity.git
-version: '1.01'
+version: '1.02'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.011'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/Makefile.PL 
new/User-Identity-1.02/Makefile.PL
--- old/User-Identity-1.01/Makefile.PL  2022-02-11 11:26:13.000000000 +0100
+++ new/User-Identity-1.02/Makefile.PL  2023-04-17 10:41:53.000000000 +0200
@@ -2,14 +2,16 @@
 
 use ExtUtils::MakeMaker;
 
-my $version = '1.01';
+my $version = '1.02';
 
 #
 # The following is needed, because User::Identity does gracefully handle
 # a missing Geography::Countries, but is incompatible with older releases.
 #
 
-my %prereq;
+my %prereq =
+(   'Hash::Ordered' => 0.014,
+);
 
 my ($gc, $gc_version) = (Geography::Countries => 1.4);
 eval "require $gc";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/README 
new/User-Identity-1.02/README
--- old/User-Identity-1.01/README       2020-10-14 19:14:42.000000000 +0200
+++ new/User-Identity-1.02/README       2023-04-17 10:41:53.000000000 +0200
@@ -1,5 +1,5 @@
-=== README for User-Identity version 1.00
-=   Generated on Wed Oct 14 19:14:42 2020 by OODoc 2.02
+=== README for User-Identity version 1.02
+=   Generated on Mon Apr 17 10:41:53 2023 by OODoc 2.03
 
 There are various ways to install this module:
 
@@ -9,16 +9,16 @@
  (2) if you use Windows, have a look at http://ppm.activestate.com/
 
  (3) if you have downloaded this module manually (as root/administrator)
-       gzip -d User-Identity-1.00.tar.gz
-       tar -xf User-Identity-1.00.tar
-       cd User-Identity-1.00
+       gzip -d User-Identity-1.02.tar.gz
+       tar -xf User-Identity-1.02.tar
+       cd User-Identity-1.02
        perl Makefile.PL
        make          # optional
        make test     # optional
        make install
 
 For usage, see the included manual-pages or
-    http://search.cpan.org/dist/User-Identity-1.00/
+    http://search.cpan.org/dist/User-Identity-1.02/
 
 Please report problems to
     http://rt.cpan.org/Dist/Display.html?Queue=User-Identity
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/lib/Mail/Identity.pm 
new/User-Identity-1.02/lib/Mail/Identity.pm
--- old/User-Identity-1.01/lib/Mail/Identity.pm 2022-02-11 11:26:13.000000000 
+0100
+++ new/User-Identity-1.02/lib/Mail/Identity.pm 2023-04-17 10:41:53.000000000 
+0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package Mail::Identity;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 use base 'User::Identity::Item';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/lib/Mail/Identity.pod 
new/User-Identity-1.02/lib/Mail/Identity.pod
--- old/User-Identity-1.01/lib/Mail/Identity.pod        2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/Mail/Identity.pod        2023-04-17 
10:41:53.000000000 +0200
@@ -283,12 +283,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.01/lib/User/Identity/Archive/Plain.pm 
new/User-Identity-1.02/lib/User/Identity/Archive/Plain.pm
--- old/User-Identity-1.01/lib/User/Identity/Archive/Plain.pm   2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Archive/Plain.pm   2023-04-17 
10:41:53.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package User::Identity::Archive::Plain;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 use base 'User::Identity::Archive';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/User-Identity-1.01/lib/User/Identity/Archive/Plain.pod 
new/User-Identity-1.02/lib/User/Identity/Archive/Plain.pod
--- old/User-Identity-1.01/lib/User/Identity/Archive/Plain.pod  2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Archive/Plain.pod  2023-04-17 
10:41:53.000000000 +0200
@@ -349,12 +349,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.01/lib/User/Identity/Archive.pm 
new/User-Identity-1.02/lib/User/Identity/Archive.pm
--- old/User-Identity-1.01/lib/User/Identity/Archive.pm 2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Archive.pm 2023-04-17 
10:41:53.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package User::Identity::Archive;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 use base 'User::Identity::Item';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/lib/User/Identity/Archive.pod 
new/User-Identity-1.02/lib/User/Identity/Archive.pod
--- old/User-Identity-1.01/lib/User/Identity/Archive.pod        2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Archive.pod        2023-04-17 
10:41:53.000000000 +0200
@@ -183,12 +183,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.01/lib/User/Identity/Collection/Emails.pm 
new/User-Identity-1.02/lib/User/Identity/Collection/Emails.pm
--- old/User-Identity-1.01/lib/User/Identity/Collection/Emails.pm       
2022-02-11 11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Collection/Emails.pm       
2023-04-17 10:41:53.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package User::Identity::Collection::Emails;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 use base 'User::Identity::Collection';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/User-Identity-1.01/lib/User/Identity/Collection/Emails.pod 
new/User-Identity-1.02/lib/User/Identity/Collection/Emails.pod
--- old/User-Identity-1.01/lib/User/Identity/Collection/Emails.pod      
2022-02-11 11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Collection/Emails.pod      
2023-04-17 10:41:53.000000000 +0200
@@ -218,12 +218,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.01/lib/User/Identity/Collection/Locations.pm 
new/User-Identity-1.02/lib/User/Identity/Collection/Locations.pm
--- old/User-Identity-1.01/lib/User/Identity/Collection/Locations.pm    
2022-02-11 11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Collection/Locations.pm    
2023-04-17 10:41:53.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package User::Identity::Collection::Locations;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 use base 'User::Identity::Collection';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/User-Identity-1.01/lib/User/Identity/Collection/Locations.pod 
new/User-Identity-1.02/lib/User/Identity/Collection/Locations.pod
--- old/User-Identity-1.01/lib/User/Identity/Collection/Locations.pod   
2022-02-11 11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Collection/Locations.pod   
2023-04-17 10:41:53.000000000 +0200
@@ -217,12 +217,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.01/lib/User/Identity/Collection/Systems.pm 
new/User-Identity-1.02/lib/User/Identity/Collection/Systems.pm
--- old/User-Identity-1.01/lib/User/Identity/Collection/Systems.pm      
2022-02-11 11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Collection/Systems.pm      
2023-04-17 10:41:53.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package User::Identity::Collection::Systems;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 use base 'User::Identity::Collection';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/User-Identity-1.01/lib/User/Identity/Collection/Systems.pod 
new/User-Identity-1.02/lib/User/Identity/Collection/Systems.pod
--- old/User-Identity-1.01/lib/User/Identity/Collection/Systems.pod     
2022-02-11 11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Collection/Systems.pod     
2023-04-17 10:41:53.000000000 +0200
@@ -218,12 +218,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.01/lib/User/Identity/Collection/Users.pm 
new/User-Identity-1.02/lib/User/Identity/Collection/Users.pm
--- old/User-Identity-1.01/lib/User/Identity/Collection/Users.pm        
2022-02-11 11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Collection/Users.pm        
2023-04-17 10:41:53.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package User::Identity::Collection::Users;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 use base 'User::Identity::Collection';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/User-Identity-1.01/lib/User/Identity/Collection/Users.pod 
new/User-Identity-1.02/lib/User/Identity/Collection/Users.pod
--- old/User-Identity-1.01/lib/User/Identity/Collection/Users.pod       
2022-02-11 11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Collection/Users.pod       
2023-04-17 10:41:53.000000000 +0200
@@ -217,12 +217,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.01/lib/User/Identity/Collection.pm 
new/User-Identity-1.02/lib/User/Identity/Collection.pm
--- old/User-Identity-1.01/lib/User/Identity/Collection.pm      2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Collection.pm      2023-04-17 
10:41:53.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package User::Identity::Collection;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 use base 'User::Identity::Item';
 
@@ -17,7 +17,9 @@
 
 use User::Identity;
 use Carp;
-use List::Util   qw/first/;
+
+use List::Util    qw/first/;
+use Hash::Ordered ();
 
 
 use overload '""' => sub {
@@ -40,7 +42,7 @@
     defined($self->SUPER::init($args)) or return;
     
     $self->{UIC_itype} = delete $args->{item_type} or die;
-    $self->{UIC_roles} = { };
+    tie %{$self->{UIC_roles}}, 'Hash::Ordered';
     my $roles = $args->{roles};
  
     my @roles
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/lib/User/Identity/Collection.pod 
new/User-Identity-1.02/lib/User/Identity/Collection.pod
--- old/User-Identity-1.01/lib/User/Identity/Collection.pod     2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Collection.pod     2023-04-17 
10:41:53.000000000 +0200
@@ -322,12 +322,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.01/lib/User/Identity/Item.pm 
new/User-Identity-1.02/lib/User/Identity/Item.pm
--- old/User-Identity-1.01/lib/User/Identity/Item.pm    2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Item.pm    2023-04-17 
10:41:53.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package User::Identity::Item;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 
 use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/lib/User/Identity/Item.pod 
new/User-Identity-1.02/lib/User/Identity/Item.pod
--- old/User-Identity-1.01/lib/User/Identity/Item.pod   2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Item.pod   2023-04-17 
10:41:53.000000000 +0200
@@ -245,12 +245,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.01/lib/User/Identity/Location.pm 
new/User-Identity-1.02/lib/User/Identity/Location.pm
--- old/User-Identity-1.01/lib/User/Identity/Location.pm        2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Location.pm        2023-04-17 
10:41:53.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package User::Identity::Location;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 use base 'User::Identity::Item';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/lib/User/Identity/Location.pod 
new/User-Identity-1.02/lib/User/Identity/Location.pod
--- old/User-Identity-1.01/lib/User/Identity/Location.pod       2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/Location.pod       2023-04-17 
10:41:53.000000000 +0200
@@ -269,12 +269,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.01/lib/User/Identity/System.pm 
new/User-Identity-1.02/lib/User/Identity/System.pm
--- old/User-Identity-1.01/lib/User/Identity/System.pm  2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/System.pm  2023-04-17 
10:41:53.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package User::Identity::System;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 use base 'User::Identity::Item';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/lib/User/Identity/System.pod 
new/User-Identity-1.02/lib/User/Identity/System.pod
--- old/User-Identity-1.01/lib/User/Identity/System.pod 2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity/System.pod 2023-04-17 
10:41:53.000000000 +0200
@@ -213,12 +213,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.01/lib/User/Identity.pm 
new/User-Identity-1.02/lib/User/Identity.pm
--- old/User-Identity-1.01/lib/User/Identity.pm 2022-02-11 11:26:13.000000000 
+0100
+++ new/User-Identity-1.02/lib/User/Identity.pm 2023-04-17 10:41:53.000000000 
+0200
@@ -1,4 +1,4 @@
-# Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>].
+# Copyrights 2003-2023 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.03.
@@ -8,7 +8,7 @@
 
 package User::Identity;
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 use base 'User::Identity::Item';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/User-Identity-1.01/lib/User/Identity.pod 
new/User-Identity-1.02/lib/User/Identity.pod
--- old/User-Identity-1.01/lib/User/Identity.pod        2022-02-11 
11:26:13.000000000 +0100
+++ new/User-Identity-1.02/lib/User/Identity.pod        2023-04-17 
10:41:53.000000000 +0200
@@ -326,12 +326,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 1.01,
-built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of User-Identity distribution version 1.02,
+built on April 17, 2023. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
-Copyrights 2003-2022 by [Mark Overmeer <mar...@cpan.org>]. For other 
contributors see ChangeLog.
+Copyrights 2003-2023 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.

Reply via email to