r64903 - in /trunk/librose-object-perl: ./ debian/ lib/Rose/ lib/Rose/Class/MakeMethods/ lib/Rose/Object/ lib/Rose/Object/MakeMethods/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 14 14:30:26 UTC 2010


Author: gregoa
Date: Sun Nov 14 14:30:04 2010
New Revision: 64903

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64903
Log:
New upstream release.

Modified:
    trunk/librose-object-perl/Changes
    trunk/librose-object-perl/META.yml
    trunk/librose-object-perl/debian/changelog
    trunk/librose-object-perl/lib/Rose/Class.pm
    trunk/librose-object-perl/lib/Rose/Class/MakeMethods/Generic.pm
    trunk/librose-object-perl/lib/Rose/Class/MakeMethods/Set.pm
    trunk/librose-object-perl/lib/Rose/Object.pm
    trunk/librose-object-perl/lib/Rose/Object/MakeMethods.pm
    trunk/librose-object-perl/lib/Rose/Object/MakeMethods/DateTime.pm
    trunk/librose-object-perl/lib/Rose/Object/MakeMethods/Generic.pm
    trunk/librose-object-perl/lib/Rose/Object/MixIn.pm

Modified: trunk/librose-object-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-object-perl/Changes?rev=64903&op=diff
==============================================================================
--- trunk/librose-object-perl/Changes (original)
+++ trunk/librose-object-perl/Changes Sun Nov 14 14:30:04 2010
@@ -1,3 +1,8 @@
+0.859 (10.17.2010) - John Siracusa <siracusa at gmail.com>
+
+    * Eliminated non-numeric warning in Class::XSAccessor version check.
+    * Update copyright date.
+
 0.858 (02.10.2010) - John Siracusa <siracusa at gmail.com>
 
     * The CPAN shell in 5.10.1 (on Mac OS X, anyway) chokes on the

Modified: trunk/librose-object-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-object-perl/META.yml?rev=64903&op=diff
==============================================================================
--- trunk/librose-object-perl/META.yml (original)
+++ trunk/librose-object-perl/META.yml Sun Nov 14 14:30:04 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Rose-Object
-version:            0.858
+version:            0.859
 abstract:           A simple object base class.
 author:
     - John Siracusa <siracusa at gmail.com>

Modified: trunk/librose-object-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-object-perl/debian/changelog?rev=64903&op=diff
==============================================================================
--- trunk/librose-object-perl/debian/changelog (original)
+++ trunk/librose-object-perl/debian/changelog Sun Nov 14 14:30:04 2010
@@ -1,3 +1,9 @@
+librose-object-perl (0.859-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 14 Nov 2010 15:29:09 +0100
+
 librose-object-perl (0.858-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/librose-object-perl/lib/Rose/Class.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-object-perl/lib/Rose/Class.pm?rev=64903&op=diff
==============================================================================
--- trunk/librose-object-perl/lib/Rose/Class.pm (original)
+++ trunk/librose-object-perl/lib/Rose/Class.pm Sun Nov 14 14:30:04 2010
@@ -60,6 +60,6 @@
 
 =head1 LICENSE
 
-Copyright (c) 2006 by John C. Siracusa.  All rights reserved.  This program is
+Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This program is
 free software; you can redistribute it and/or modify it under the same terms
 as Perl itself.

Modified: trunk/librose-object-perl/lib/Rose/Class/MakeMethods/Generic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-object-perl/lib/Rose/Class/MakeMethods/Generic.pm?rev=64903&op=diff
==============================================================================
--- trunk/librose-object-perl/lib/Rose/Class/MakeMethods/Generic.pm (original)
+++ trunk/librose-object-perl/lib/Rose/Class/MakeMethods/Generic.pm Sun Nov 14 14:30:04 2010
@@ -1604,6 +1604,6 @@
 
 =head1 LICENSE
 
-Copyright (c) 2006 by John C. Siracusa.  All rights reserved.  This program is
+Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This program is
 free software; you can redistribute it and/or modify it under the same terms
 as Perl itself.

Modified: trunk/librose-object-perl/lib/Rose/Class/MakeMethods/Set.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-object-perl/lib/Rose/Class/MakeMethods/Set.pm?rev=64903&op=diff
==============================================================================
--- trunk/librose-object-perl/lib/Rose/Class/MakeMethods/Set.pm (original)
+++ trunk/librose-object-perl/lib/Rose/Class/MakeMethods/Set.pm Sun Nov 14 14:30:04 2010
@@ -989,4 +989,4 @@
 
 =head1 LICENSE
 
-Copyright (c) 2006 by John C. Siracusa.  All rights reserved.  This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
+Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Modified: trunk/librose-object-perl/lib/Rose/Object.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-object-perl/lib/Rose/Object.pm?rev=64903&op=diff
==============================================================================
--- trunk/librose-object-perl/lib/Rose/Object.pm (original)
+++ trunk/librose-object-perl/lib/Rose/Object.pm Sun Nov 14 14:30:04 2010
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '0.858';
+our $VERSION = '0.859';
 
 sub new
 {
@@ -84,6 +84,6 @@
 
 =head1 LICENSE
 
-Copyright (c) 2006 by John C. Siracusa.  All rights reserved.  This program is
+Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This program is
 free software; you can redistribute it and/or modify it under the same terms
 as Perl itself.

Modified: trunk/librose-object-perl/lib/Rose/Object/MakeMethods.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-object-perl/lib/Rose/Object/MakeMethods.pm?rev=64903&op=diff
==============================================================================
--- trunk/librose-object-perl/lib/Rose/Object/MakeMethods.pm (original)
+++ trunk/librose-object-perl/lib/Rose/Object/MakeMethods.pm Sun Nov 14 14:30:04 2010
@@ -182,15 +182,15 @@
   {
     local $@;
 
-	eval # if this fails, the identity is undefined
-	{
-	  require B;
-	  my $cv = B::svref_2object($code);
-	  return  unless($cv->isa('B::CV'));
-	  @id = ($cv->GV->STASH->NAME, $cv->GV->NAME);
-	};
-
-	# Ignore errors
+    eval # if this fails, the identity is undefined
+    {
+      require B;
+      my $cv = B::svref_2object($code);
+      return  unless($cv->isa('B::CV'));
+      @id = ($cv->GV->STASH->NAME, $cv->GV->NAME);
+    };
+
+    # Ignore errors
   }
 
   return @id;
@@ -740,4 +740,4 @@
 
 =head1 LICENSE
 
-Copyright (c) 2006 by John C. Siracusa.  All rights reserved.  This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
+Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Modified: trunk/librose-object-perl/lib/Rose/Object/MakeMethods/DateTime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-object-perl/lib/Rose/Object/MakeMethods/DateTime.pm?rev=64903&op=diff
==============================================================================
--- trunk/librose-object-perl/lib/Rose/Object/MakeMethods/DateTime.pm (original)
+++ trunk/librose-object-perl/lib/Rose/Object/MakeMethods/DateTime.pm Sun Nov 14 14:30:04 2010
@@ -317,7 +317,7 @@
 
 =head1 LICENSE
 
-Copyright (c) 2006 by John C. Siracusa.  All rights reserved.  This program is
+Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This program is
 free software; you can redistribute it and/or modify it under the same terms
 as Perl itself.
 

Modified: trunk/librose-object-perl/lib/Rose/Object/MakeMethods/Generic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-object-perl/lib/Rose/Object/MakeMethods/Generic.pm?rev=64903&op=diff
==============================================================================
--- trunk/librose-object-perl/lib/Rose/Object/MakeMethods/Generic.pm (original)
+++ trunk/librose-object-perl/lib/Rose/Object/MakeMethods/Generic.pm Sun Nov 14 14:30:04 2010
@@ -4,7 +4,7 @@
 
 use Carp();
 
-our $VERSION = '0.856';
+our $VERSION = '0.859';
 
 use Rose::Object::MakeMethods;
 our @ISA = qw(Rose::Object::MakeMethods);
@@ -19,7 +19,9 @@
   {
     require Class::XSAccessor;
 
-    unless($Class::XSAccessor::VERSION >= 0.14)
+    (my $version = $Class::XSAccessor::VERSION) =~ s/_//g;
+
+    unless($version >= 0.14)
     {
       die "Class::XSAccessor $Class::XSAccessor::VERSION is too old";
     }
@@ -1072,6 +1074,6 @@
 
 =head1 LICENSE
 
-Copyright (c) 2006 by John C. Siracusa.  All rights reserved.  This program is
+Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  This program is
 free software; you can redistribute it and/or modify it under the same terms
 as Perl itself.

Modified: trunk/librose-object-perl/lib/Rose/Object/MixIn.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-object-perl/lib/Rose/Object/MixIn.pm?rev=64903&op=diff
==============================================================================
--- trunk/librose-object-perl/lib/Rose/Object/MixIn.pm (original)
+++ trunk/librose-object-perl/lib/Rose/Object/MixIn.pm Sun Nov 14 14:30:04 2010
@@ -313,6 +313,6 @@
 
 =head1 LICENSE
 
-Copyright (c) 2009 by John C. Siracusa.  All rights reserved.  This program is
+Copyright (c) 2010 by John C. Siracusa.  All rights reserved.  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