- Fix description of the package
- Add a requirement of perl >= 5.6.0
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"
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
and slightly modified by me.
User::Identity helps maintaining user information from various
sources. It abstracts the information used about a human begin
(usually configuration information) from its storage. It tries to be
smart in detecting defaults and such.