r29883 - in /branches/upstream/libuser-simple-perl/current: Changes LICENSE META.yml README lib/User/Simple.pm lib/User/Simple/Admin.pm t/User-Simple.t

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Tue Jan 20 20:06:53 UTC 2009


Author: gwolf
Date: Tue Jan 20 20:06:50 2009
New Revision: 29883

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

Modified:
    branches/upstream/libuser-simple-perl/current/Changes
    branches/upstream/libuser-simple-perl/current/LICENSE
    branches/upstream/libuser-simple-perl/current/META.yml
    branches/upstream/libuser-simple-perl/current/README
    branches/upstream/libuser-simple-perl/current/lib/User/Simple.pm
    branches/upstream/libuser-simple-perl/current/lib/User/Simple/Admin.pm
    branches/upstream/libuser-simple-perl/current/t/User-Simple.t

Modified: branches/upstream/libuser-simple-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-simple-perl/current/Changes?rev=29883&op=diff
==============================================================================
--- branches/upstream/libuser-simple-perl/current/Changes (original)
+++ branches/upstream/libuser-simple-perl/current/Changes Tue Jan 20 20:06:50 2009
@@ -1,4 +1,9 @@
 Revision history for Perl extension User::Simple.
+1.43 Tue Jan 20 13:37:10 CST 2009
+
+        - Dropped spurious requirement of YAML in the test suite (that
+          was added as a debugging aid :-/ ) Thanks to Slaven Rezic
+          for pointing it out...
 
 1.42 Wed Dec 10 17:22:19 CST 2008
         - Fixed a session hash predictability/clash vulnerability,

Modified: branches/upstream/libuser-simple-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-simple-perl/current/LICENSE?rev=29883&op=diff
==============================================================================
--- branches/upstream/libuser-simple-perl/current/LICENSE (original)
+++ branches/upstream/libuser-simple-perl/current/LICENSE Tue Jan 20 20:06:50 2009
@@ -1,6 +1,6 @@
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2005-2008 by Gunnar Wolf
+Copyright (C) 2005-2009 by Gunnar Wolf
 Instituto de Investigaciones Económicas, UNAM
 
 This library is free software; you can redistribute it and/or modify

Modified: branches/upstream/libuser-simple-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-simple-perl/current/META.yml?rev=29883&op=diff
==============================================================================
--- branches/upstream/libuser-simple-perl/current/META.yml (original)
+++ branches/upstream/libuser-simple-perl/current/META.yml Tue Jan 20 20:06:50 2009
@@ -1,6 +1,6 @@
 ---
 name: User-Simple
-version: 1.42
+version: 1.43
 author:
   - 'Gunnar Wolf <gwolf at gwolf.org>'
 abstract: Simple user sessions management
@@ -18,7 +18,7 @@
 provides:
   User::Simple:
     file: lib/User/Simple.pm
-    version: 1.42
+    version: 1.43
   User::Simple::Admin:
     file: lib/User/Simple/Admin.pm
 generated_by: Module::Build version 0.280801

Modified: branches/upstream/libuser-simple-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-simple-perl/current/README?rev=29883&op=diff
==============================================================================
--- branches/upstream/libuser-simple-perl/current/README (original)
+++ branches/upstream/libuser-simple-perl/current/README Tue Jan 20 20:06:50 2009
@@ -38,7 +38,7 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2005-2008 by Gunnar Wolf
+Copyright (C) 2005-2009 by Gunnar Wolf
 Instituto de Investigaciones Económicas, UNAM
 
 This library is free software; you can redistribute it and/or modify

Modified: branches/upstream/libuser-simple-perl/current/lib/User/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-simple-perl/current/lib/User/Simple.pm?rev=29883&op=diff
==============================================================================
--- branches/upstream/libuser-simple-perl/current/lib/User/Simple.pm (original)
+++ branches/upstream/libuser-simple-perl/current/lib/User/Simple.pm Tue Jan 20 20:06:50 2009
@@ -157,7 +157,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2005-2008 Gunnar Wolf / Instituto de Investigaciones
+Copyright 2005-2009 Gunnar Wolf / Instituto de Investigaciones
 Económicas UNAM
 
 This module is Free Software; it can be redistributed under the same
@@ -171,7 +171,7 @@
 use UNIVERSAL qw(isa);
 
 our $AUTOLOAD;
-our $VERSION = '1.42';
+our $VERSION = '1.43';
 
 ######################################################################
 # Constructor/destructor

Modified: branches/upstream/libuser-simple-perl/current/lib/User/Simple/Admin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-simple-perl/current/lib/User/Simple/Admin.pm?rev=29883&op=diff
==============================================================================
--- branches/upstream/libuser-simple-perl/current/lib/User/Simple/Admin.pm (original)
+++ branches/upstream/libuser-simple-perl/current/lib/User/Simple/Admin.pm Tue Jan 20 20:06:50 2009
@@ -197,7 +197,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2005-2008 Gunnar Wolf / Instituto de Investigaciones
+Copyright 2005-2009 Gunnar Wolf / Instituto de Investigaciones
 Económicas UNAM 
 
 This module is Free Software; it can be redistributed under the same

Modified: branches/upstream/libuser-simple-perl/current/t/User-Simple.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuser-simple-perl/current/t/User-Simple.t?rev=29883&op=diff
==============================================================================
--- branches/upstream/libuser-simple-perl/current/t/User-Simple.t (original)
+++ branches/upstream/libuser-simple-perl/current/t/User-Simple.t Tue Jan 20 20:06:50 2009
@@ -162,7 +162,6 @@
     %sessions = ();
     map { $usr->ck_login('user5', 'a_password');
 	  $sessions{$usr->session} = $_} (1..10);
-    use YAML;print YAML::Dump %sessions;
     is(scalar(keys %sessions), 10,
        'Discrepancy in the number of generated sessions - possible clash?')
     




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