r49370 - in /branches/upstream/libuser-identity-perl/current: ./ 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:03:31 UTC 2009


Author: jawnsy-guest
Date: Fri Dec 25 15:03:02 2009
New Revision: 49370

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49370
Log:
[svn-upgrade] Integrating new upstream version, libuser-identity-perl (0.93)

Added:
    branches/upstream/libuser-identity-perl/current/t/99pod.t
Removed:
    branches/upstream/libuser-identity-perl/current/t/pod.t
Modified:
    branches/upstream/libuser-identity-perl/current/Changes
    branches/upstream/libuser-identity-perl/current/MANIFEST
    branches/upstream/libuser-identity-perl/current/META.yml
    branches/upstream/libuser-identity-perl/current/Makefile.PL
    branches/upstream/libuser-identity-perl/current/README
    branches/upstream/libuser-identity-perl/current/lib/Mail/Identity.pm
    branches/upstream/libuser-identity-perl/current/lib/Mail/Identity.pod
    branches/upstream/libuser-identity-perl/current/lib/User/Identity.pm
    branches/upstream/libuser-identity-perl/current/lib/User/Identity.pod
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive.pm
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive.pod
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive/Plain.pm
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive/Plain.pod
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection.pm
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection.pod
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Emails.pm
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Emails.pod
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Locations.pm
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Locations.pod
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Systems.pm
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Systems.pod
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Users.pm
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Users.pod
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Item.pm
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Item.pod
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Location.pm
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/Location.pod
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/System.pm
    branches/upstream/libuser-identity-perl/current/lib/User/Identity/System.pod

Modified: branches/upstream/libuser-identity-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/Changes?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/Changes (original)
+++ branches/upstream/libuser-identity-perl/current/Changes Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/MANIFEST?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/MANIFEST (original)
+++ branches/upstream/libuser-identity-perl/current/MANIFEST Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/META.yml?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/META.yml (original)
+++ branches/upstream/libuser-identity-perl/current/META.yml Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/Makefile.PL?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/Makefile.PL (original)
+++ branches/upstream/libuser-identity-perl/current/Makefile.PL Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/README?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/README (original)
+++ branches/upstream/libuser-identity-perl/current/README Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/Mail/Identity.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/Mail/Identity.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/Mail/Identity.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/Mail/Identity.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/Mail/Identity.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/Mail/Identity.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/Mail/Identity.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/Mail/Identity.pod Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity.pod Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive.pod Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive/Plain.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive/Plain.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive/Plain.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive/Plain.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive/Plain.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive/Plain.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive/Plain.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Archive/Plain.pod Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection.pod Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Emails.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Emails.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Emails.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Emails.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Emails.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Emails.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Emails.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Emails.pod Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Locations.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Locations.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Locations.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Locations.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Locations.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Locations.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Locations.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Locations.pod Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Systems.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Systems.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Systems.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Systems.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Systems.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Systems.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Systems.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Systems.pod Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Users.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Users.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Users.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Users.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Users.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Users.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Users.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Collection/Users.pod Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Item.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Item.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Item.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Item.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Item.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Item.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Item.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Item.pod Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Location.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Location.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Location.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Location.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/Location.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/Location.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/Location.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/Location.pod Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/System.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/System.pm?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/System.pm (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/System.pm Fri Dec 25 15:03:02 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: branches/upstream/libuser-identity-perl/current/lib/User/Identity/System.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/lib/User/Identity/System.pod?rev=49370&op=diff
==============================================================================
--- branches/upstream/libuser-identity-perl/current/lib/User/Identity/System.pod (original)
+++ branches/upstream/libuser-identity-perl/current/lib/User/Identity/System.pod Fri Dec 25 15:03:02 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.

Added: branches/upstream/libuser-identity-perl/current/t/99pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-identity-perl/current/t/99pod.t?rev=49370&op=file
==============================================================================
--- branches/upstream/libuser-identity-perl/current/t/99pod.t (added)
+++ branches/upstream/libuser-identity-perl/current/t/99pod.t Fri Dec 25 15:03:02 2009
@@ -1,0 +1,15 @@
+#!/usr/bin/perl
+use warnings;
+use strict;
+
+use Test::More;
+
+BEGIN
+{   eval "use Test::Pod 1.00";
+    plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+
+    plan skip_all => "devel home uses OODoc"
+       if $ENV{MARKOV_DEVEL};
+}
+
+all_pod_files_ok();




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