r49372 - in /trunk/libuser-identity-perl: ./ debian/ lib/Mail/ lib/User/ lib/User/Identity/ lib/User/Identity/Archive/ lib/User/Identity/Collection/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Dec 25 15:11:45 UTC 2009


Author: jawnsy-guest
Date: Fri Dec 25 15:11:31 2009
New Revision: 49372

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49372
Log:
* New upstream release
* Use new short debhelper rules format
* Rewrite control description
* Standards-Version 3.8.3 (drop perl version dep)
* Add myself to Uploaders and Copyright

Added:
    trunk/libuser-identity-perl/t/99pod.t
      - copied unchanged from r49371, branches/upstream/libuser-identity-perl/current/t/99pod.t
Removed:
    trunk/libuser-identity-perl/t/pod.t
Modified:
    trunk/libuser-identity-perl/Changes
    trunk/libuser-identity-perl/MANIFEST
    trunk/libuser-identity-perl/META.yml
    trunk/libuser-identity-perl/Makefile.PL
    trunk/libuser-identity-perl/README
    trunk/libuser-identity-perl/debian/changelog
    trunk/libuser-identity-perl/debian/compat
    trunk/libuser-identity-perl/debian/control
    trunk/libuser-identity-perl/debian/rules
    trunk/libuser-identity-perl/lib/Mail/Identity.pm
    trunk/libuser-identity-perl/lib/Mail/Identity.pod
    trunk/libuser-identity-perl/lib/User/Identity.pm
    trunk/libuser-identity-perl/lib/User/Identity.pod
    trunk/libuser-identity-perl/lib/User/Identity/Archive.pm
    trunk/libuser-identity-perl/lib/User/Identity/Archive.pod
    trunk/libuser-identity-perl/lib/User/Identity/Archive/Plain.pm
    trunk/libuser-identity-perl/lib/User/Identity/Archive/Plain.pod
    trunk/libuser-identity-perl/lib/User/Identity/Collection.pm
    trunk/libuser-identity-perl/lib/User/Identity/Collection.pod
    trunk/libuser-identity-perl/lib/User/Identity/Collection/Emails.pm
    trunk/libuser-identity-perl/lib/User/Identity/Collection/Emails.pod
    trunk/libuser-identity-perl/lib/User/Identity/Collection/Locations.pm
    trunk/libuser-identity-perl/lib/User/Identity/Collection/Locations.pod
    trunk/libuser-identity-perl/lib/User/Identity/Collection/Systems.pm
    trunk/libuser-identity-perl/lib/User/Identity/Collection/Systems.pod
    trunk/libuser-identity-perl/lib/User/Identity/Collection/Users.pm
    trunk/libuser-identity-perl/lib/User/Identity/Collection/Users.pod
    trunk/libuser-identity-perl/lib/User/Identity/Item.pm
    trunk/libuser-identity-perl/lib/User/Identity/Item.pod
    trunk/libuser-identity-perl/lib/User/Identity/Location.pm
    trunk/libuser-identity-perl/lib/User/Identity/Location.pod
    trunk/libuser-identity-perl/lib/User/Identity/System.pm
    trunk/libuser-identity-perl/lib/User/Identity/System.pod

Modified: trunk/libuser-identity-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/Changes?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/Changes (original)
+++ trunk/libuser-identity-perl/Changes Fri Dec 25 15:11:31 2009
@@ -2,6 +2,17 @@
 Revision history for module User::Identity.
 All changes are made by Mark Overmeer <userid at overmeer.net> unless
 explicitly stated differently.
+
+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
 

Modified: trunk/libuser-identity-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/MANIFEST?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/MANIFEST (original)
+++ trunk/libuser-identity-perl/MANIFEST Fri Dec 25 15:11:31 2009
@@ -29,5 +29,5 @@
 t/10userid.t
 t/20loc.t
 t/30col.t
-t/pod.t
+t/99pod.t
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libuser-identity-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/META.yml?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/META.yml (original)
+++ trunk/libuser-identity-perl/META.yml Fri Dec 25 15:11:31 2009
@@ -1,14 +1,14 @@
 --- #YAML:1.0
 name:                User-Identity
-version:             0.92
+version:             0.93
 abstract:            Collect information about a user
 license:             perl
-generated_by:        ExtUtils::MakeMaker version 6.32
+author:              
+    - Mark Overmeer <perl at overmeer.net>
+generated_by:        ExtUtils::MakeMaker version 6.42
 distribution_type:   module
 requires:     
     Test::Pod:                     1
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
-author:
-    - Mark Overmeer <perl at overmeer.net>
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: trunk/libuser-identity-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/Makefile.PL?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/Makefile.PL (original)
+++ trunk/libuser-identity-perl/Makefile.PL Fri Dec 25 15:11:31 2009
@@ -28,7 +28,7 @@
 
 WriteMakefile
   ( NAME       => 'User::Identity'
-  , VERSION    => 0.92
+  , VERSION    => 0.93
   , PREREQ_PM  => \%prereq
   , ABSTRACT   => 'Collect information about a user'
   , AUTHOR     => 'Mark Overmeer <perl at overmeer.net>'

Modified: trunk/libuser-identity-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/README?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/README (original)
+++ trunk/libuser-identity-perl/README Fri Dec 25 15:11:31 2009
@@ -1,5 +1,5 @@
-=== README for User-Identity version 0.92
-=   Generated on Wed Jul 25 08:51:00 2007 by OODoc 1.02
+=== README for User-Identity version 0.93
+=   Generated on Thu Dec 24 11:09:56 2009 by OODoc 1.06
 
 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-0.92.tar.gz
-       tar -xf User-Identity-0.92.tar
-       cd User-Identity-0.92
+       gzip -d User-Identity-0.93.tar.gz
+       tar -xf User-Identity-0.93.tar
+       cd User-Identity-0.93
        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-0.92/
+    http://search.cpan.org/dist/User-Identity-0.93/
 
 Please report problems to
     http://rt.cpan.org/Dist/Display.html?Queue=User-Identity

Modified: trunk/libuser-identity-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/debian/changelog?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/debian/changelog (original)
+++ trunk/libuser-identity-perl/debian/changelog Fri Dec 25 15:11:31 2009
@@ -1,4 +1,11 @@
-libuser-identity-perl (0.92-3) UNRELEASED; urgency=low
+libuser-identity-perl (0.93-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Use new short debhelper rules format
+  * Rewrite control description
+  * Standards-Version 3.8.3 (drop perl version dep)
+  * Add myself to Uploaders and Copyright
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -10,7 +17,7 @@
   [ gregor herrmann ]
   * Change my email address.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:48:49 +0100
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 25 Dec 2009 06:56:36 -0500
 
 libuser-identity-perl (0.92-2) unstable; urgency=low
 

Modified: trunk/libuser-identity-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/debian/compat?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/debian/compat (original)
+++ trunk/libuser-identity-perl/debian/compat Fri Dec 25 15:11:31 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libuser-identity-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/debian/control?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/debian/control (original)
+++ trunk/libuser-identity-perl/debian/control Fri Dec 25 15:11:31 2009
@@ -1,26 +1,25 @@
 Source: libuser-identity-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.7.3
+ gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/User-Identity/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libuser-identity-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libuser-identity-perl/
 
 Package: libuser-identity-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
-Description: manages different identities/roles used by a physical person
- The C<User::Identity> object is created to maintain a set of informational
- objects which are related to one user.  The C<User::Identity> module tries to
- be smart providing defaults, conversions and often required combinations.  
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: module to manage a person's identities/roles
+ User::Identity is a Perl module that provides a set of informational classes
+ which are related to one user. This module attempts to be smart at providing
+ defaults, conversions and often required combinations.  
  .
- The identities are not implementing any kind of storage, and can therefore
- be created by any simple or complex Perl program.  This way, it is more
- flexible than an XML file to store the data.  For instance, you can decide
- to store the data with Data::Dumper, Storable, DBI, AddressBook
- or whatever.  Extension to simplify this task are still to be developed.
+ The identities do not implement any kind of storage, so they can be used by
+ any Perl program. As a result, it is more flexible than an XML file to store
+ the data. For instance, you can choose to store the data using Data::Dumper,
+ Storable, DBI, AddressBook, etc.

Modified: trunk/libuser-identity-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/debian/rules?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/debian/rules (original)
+++ trunk/libuser-identity-perl/debian/rules Fri Dec 25 15:11:31 2009
@@ -1,76 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch $@
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh $@

Modified: trunk/libuser-identity-perl/lib/Mail/Identity.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/Mail/Identity.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/Mail/Identity.pm (original)
+++ trunk/libuser-identity-perl/lib/Mail/Identity.pm Fri Dec 25 15:11:31 2009
@@ -1,10 +1,11 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 package Mail::Identity;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 use base 'User::Identity::Item';
 
 use strict;
@@ -37,7 +38,7 @@
 
 
 sub from($)
-{   my ($class, $other) = @_;
+{   my ($class, $other) = (shift, shift);
     return $other if $other->isa(__PACKAGE__);
 
     if($other->isa('Mail::Address'))

Modified: trunk/libuser-identity-perl/lib/Mail/Identity.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/Mail/Identity.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/Mail/Identity.pod (original)
+++ trunk/libuser-identity-perl/lib/Mail/Identity.pod Fri Dec 25 15:11:31 2009
@@ -5,7 +5,7 @@
 =head1 INHERITANCE
 
  Mail::Identity
-   is an User::Identity::Item
+   is a User::Identity::Item
 
 =head1 SYNOPSIS
 
@@ -129,6 +129,8 @@
 
 =back
 
+=head2 Constructors
+
 =head2 Attributes
 
 $obj-E<gt>B<address>
@@ -367,12 +369,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libuser-identity-perl/lib/User/Identity.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity.pm (original)
+++ trunk/libuser-identity-perl/lib/User/Identity.pm Fri Dec 25 15:11:31 2009
@@ -1,10 +1,11 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 package User::Identity;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 use base 'User::Identity::Item';
 
 use strict;

Modified: trunk/libuser-identity-perl/lib/User/Identity.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity.pod (original)
+++ trunk/libuser-identity-perl/lib/User/Identity.pod Fri Dec 25 15:11:31 2009
@@ -5,7 +5,7 @@
 =head1 INHERITANCE
 
  User::Identity
-   is an User::Identity::Item
+   is a User::Identity::Item
 
 =head1 SYNOPSIS
 
@@ -418,12 +418,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libuser-identity-perl/lib/User/Identity/Archive.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Archive.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Archive.pm (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Archive.pm Fri Dec 25 15:11:31 2009
@@ -1,11 +1,12 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 
 package User::Identity::Archive;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 use base 'User::Identity::Item';
 
 use strict;

Modified: trunk/libuser-identity-perl/lib/User/Identity/Archive.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Archive.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Archive.pod (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Archive.pod Fri Dec 25 15:11:31 2009
@@ -5,7 +5,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
@@ -207,12 +207,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libuser-identity-perl/lib/User/Identity/Archive/Plain.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Archive/Plain.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Archive/Plain.pm (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Archive/Plain.pm Fri Dec 25 15:11:31 2009
@@ -1,11 +1,12 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 
 package User::Identity::Archive::Plain;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 use base 'User::Identity::Archive';
 
 use strict;

Modified: trunk/libuser-identity-perl/lib/User/Identity/Archive/Plain.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Archive/Plain.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Archive/Plain.pod (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Archive/Plain.pod Fri Dec 25 15:11:31 2009
@@ -5,8 +5,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
 
@@ -393,12 +393,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libuser-identity-perl/lib/User/Identity/Collection.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Collection.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Collection.pm (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Collection.pm Fri Dec 25 15:11:31 2009
@@ -1,10 +1,11 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 package User::Identity::Collection;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 use base 'User::Identity::Item';
 
 use strict;

Modified: trunk/libuser-identity-perl/lib/User/Identity/Collection.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Collection.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Collection.pod (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Collection.pod Fri Dec 25 15:11:31 2009
@@ -5,7 +5,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
@@ -396,12 +396,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libuser-identity-perl/lib/User/Identity/Collection/Emails.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Collection/Emails.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Collection/Emails.pm (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Collection/Emails.pm Fri Dec 25 15:11:31 2009
@@ -1,10 +1,11 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 package User::Identity::Collection::Emails;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 use base 'User::Identity::Collection';
 
 use strict;

Modified: trunk/libuser-identity-perl/lib/User/Identity/Collection/Emails.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Collection/Emails.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Collection/Emails.pod (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Collection/Emails.pod Fri Dec 25 15:11:31 2009
@@ -5,8 +5,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
 
@@ -280,12 +280,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libuser-identity-perl/lib/User/Identity/Collection/Locations.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Collection/Locations.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Collection/Locations.pm (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Collection/Locations.pm Fri Dec 25 15:11:31 2009
@@ -1,10 +1,11 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 package User::Identity::Collection::Locations;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 use base 'User::Identity::Collection';
 
 use strict;

Modified: trunk/libuser-identity-perl/lib/User/Identity/Collection/Locations.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Collection/Locations.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Collection/Locations.pod (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Collection/Locations.pod Fri Dec 25 15:11:31 2009
@@ -5,8 +5,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
 
@@ -279,12 +279,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libuser-identity-perl/lib/User/Identity/Collection/Systems.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Collection/Systems.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Collection/Systems.pm (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Collection/Systems.pm Fri Dec 25 15:11:31 2009
@@ -1,10 +1,11 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 package User::Identity::Collection::Systems;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 use base 'User::Identity::Collection';
 
 use strict;

Modified: trunk/libuser-identity-perl/lib/User/Identity/Collection/Systems.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Collection/Systems.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Collection/Systems.pod (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Collection/Systems.pod Fri Dec 25 15:11:31 2009
@@ -5,8 +5,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
 
@@ -280,12 +280,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libuser-identity-perl/lib/User/Identity/Collection/Users.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Collection/Users.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Collection/Users.pm (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Collection/Users.pm Fri Dec 25 15:11:31 2009
@@ -1,10 +1,11 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 package User::Identity::Collection::Users;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 use base 'User::Identity::Collection';
 
 use strict;

Modified: trunk/libuser-identity-perl/lib/User/Identity/Collection/Users.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Collection/Users.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Collection/Users.pod (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Collection/Users.pod Fri Dec 25 15:11:31 2009
@@ -5,8 +5,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
 
@@ -279,12 +279,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libuser-identity-perl/lib/User/Identity/Item.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Item.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Item.pm (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Item.pm Fri Dec 25 15:11:31 2009
@@ -1,10 +1,11 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 package User::Identity::Item;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 
 use strict;
 use warnings;

Modified: trunk/libuser-identity-perl/lib/User/Identity/Item.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Item.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Item.pod (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Item.pod Fri Dec 25 15:11:31 2009
@@ -1,6 +1,16 @@
 =head1 NAME
 
 User::Identity::Item - general base class for User::Identity
+
+=head1 INHERITANCE
+
+ User::Identity::Item is extended by
+   Mail::Identity
+   User::Identity
+   User::Identity::Archive
+   User::Identity::Collection
+   User::Identity::Location
+   User::Identity::System
 
 =head1 SYNOPSIS
 
@@ -295,12 +305,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libuser-identity-perl/lib/User/Identity/Location.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Location.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Location.pm (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Location.pm Fri Dec 25 15:11:31 2009
@@ -1,11 +1,12 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 
 package User::Identity::Location;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 use base 'User::Identity::Item';
 
 use strict;

Modified: trunk/libuser-identity-perl/lib/User/Identity/Location.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/Location.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/Location.pod (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/Location.pod Fri Dec 25 15:11:31 2009
@@ -5,7 +5,7 @@
 =head1 INHERITANCE
 
  User::Identity::Location
-   is an User::Identity::Item
+   is a User::Identity::Item
 
 =head1 SYNOPSIS
 
@@ -345,12 +345,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libuser-identity-perl/lib/User/Identity/System.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/System.pm?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/System.pm (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/System.pm Fri Dec 25 15:11:31 2009
@@ -1,10 +1,11 @@
-# Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>.
+# Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>.
 #  For other contributors see Changes.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.02.
+# Pod stripped from pm file by OODoc 1.06.
 package User::Identity::System;
 use vars '$VERSION';
-$VERSION = '0.92';
+$VERSION = '0.93';
+
 use base 'User::Identity::Item';
 
 use strict;

Modified: trunk/libuser-identity-perl/lib/User/Identity/System.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-identity-perl/lib/User/Identity/System.pod?rev=49372&op=diff
==============================================================================
--- trunk/libuser-identity-perl/lib/User/Identity/System.pod (original)
+++ trunk/libuser-identity-perl/lib/User/Identity/System.pod Fri Dec 25 15:11:31 2009
@@ -5,7 +5,7 @@
 =head1 INHERITANCE
 
  User::Identity::System
-   is an User::Identity::Item
+   is a User::Identity::Item
 
 =head1 SYNOPSIS
 
@@ -277,12 +277,12 @@
 
 =head1 SEE ALSO
 
-This module is part of User-Identity distribution version 0.92,
-built on July 25, 2007. Website: F<http://perl.overmeer.net/userid/>
+This module is part of User-Identity distribution version 0.93,
+built on December 24, 2009. Website: F<http://perl.overmeer.net/userid/>
 
 =head1 LICENSE
 
-Copyrights 2003,2004,2007 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
+Copyrights 2003,2004,2007-2009 by Mark Overmeer <perl at overmeer.net>. For other contributors see Changes.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.




More information about the Pkg-perl-cvs-commits mailing list