1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
|
== Revision history for module User::Identity.
All changes are made by Mark Overmeer <markov@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:
- 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:
- fix metadata [Mohammad S Anwar]
- when the username of an address contains " [Andy Beverley]
version 0.99: Wed 24 Jan 09:08:27 CET 2018
Improvements:
- convert to GIT
- publish via GitHUB
- rename Changes -> ChangeLog
- fix license to "as perl"
rt.cpan.org#124046 [Jitka Plesnikova]
version 0.98: Wed 8 Nov 09:46:42 CET 2017
Improvements:
- altered documentation style
- class detection typo
rt.cpan.org#123553 [Randy Diffenderfer]
- require perl 5.10
version 0.97: Thu 2 Feb 15:52:27 CET 2017
Improvements:
- spell checks from Debian.
rt.cpan.org#118328 [Angel Abad]
- share podtail with MailBox
version 0.96: Mon Sep 19 23:15:07 CEST 2016
Fixes:
- include examples in the manual-pages
version 0.95:
Improvements:
- move t/99pod.t to xt/ and remove dependency on Test::Pod
- spell checks from Debian.
rt.cpan.org#92483 [Salvatore Bonaccorso]
version 0.94: Fri Jan 24 10:55:26 CET 2014
Improvements:
- changed documentation style
version 0.93: Thu Dec 24 11:09:49 CET 2009
Fixes:
- Mail::Identity->from(Mail::Address) produced error
rt.cpan.org#52115 [Dmitry Bigunyak]
Improvements:
- do not run t/pod.t in devel environment.
version 0.92: Wed Jul 25 08:50:51 CEST 2007
Improvements:
- add t/pod.t and distribution clean-ups.
version 0.91: Mon Jan 8 10:52:59 CET 2007
The module hasn't seen changes for some time now, but that
is because it works as expected.
Improvements:
- produced with newest OODoc, thereby
could remove version, mkdoc and mkdist
- removed useless README
version 0.90: Thu Aug 26 14:30:51 CEST 2004
Improvements:
- Geography::Countries is not required, but optional so
[Nick Ing-Simmons] has installed too much.
- Cleaned the docs on many spots.
- new methods
User::Identity::Collection::itemType()
User::Identity::Collection::removeRole()
- new methods
User::Identity::Item::removeCollection()
- METHODS section Initiation renamed to "Constructors"
version 0.07: Mon Sep 29 13:34:47 CEST 2003
Interface breaking changes:
- User::Identity date_of_birth became birth... name was too long.
- User::Identity telephone became phone... same reason.
- For collections, new(user) was changed into new(parent).
Improvements:
- All items can now have their collections. It's to the
user not to make a mess of it. You can create collections
of collections, if you want to.
- User::Identity::Collection::Item is useless when everything is
collectable.
- Even collections can be collected.
- Added base class for long-term storage: User::Identity::Archive
- Added User::Identity::Archive::Plain, which is a very simple
text based way to specify items.
- Added User::Identity::Collection::Users, a group of people.
version 0.06: Wed Aug 6 10:41:23 CEST 2003
Released because of version mistake in MailBox
version 0.05: Mon Jul 28 18:34:49 CEST 2003
Interface breaking:
- Mail::Identity::email() renamed to Mail::Identity::address(),
otherwise some very confusion options would appear.
- Mail::Identity::domainname() renamed to Mail::Identity::domain(),
which feels better.
- Mail::Identity::address() defaults to Mail::Identity::name()
if no username or domainname are present.
Improvements:
- Added charset to Mail::Identity
- Moved all modules to the lib sub-directory, which makes the
*/Makefile.PL helpers redundant.
- Added Mail::Identity->from(Mail::Address or User::Identity)
- Added enough options to OODoc::processFiles() to be able
to join multiple distributions into one set of documentation
pages.
version 0.04: Tue Mar 25 08:19:13 CET 2003
Fixes:
- [Jorg Krieger] found typo's and saw that the ::System module
was not correctly produced via copy-paste: too many things
refered to e-mail i.s.o. systems.
version 0.03: Fri Mar 7 23:26:25 CET 2003
Improvements:
- implemented new classes:
User::Identity::Item
User::Identity::System
User::Identity::Collection
User::Identity::Collection::Systems
- Everything is now derived from User::Identity::Item
- User::Identity requires a name (not nickname).
version 0.02
Improvements:
- extended User::Identity with collection handling.
- implemented new classes:
Mail::Identity
User::Identity::Collection
User::Identity::Collection::Item
User::Identity::Collection::Emails
version 0.01 Thu Jan 30 17:22:28 CET 2003
- original version
|