r38517 - in /branches/upstream/libuniversal-can-perl/current: Build.PL Changes META.yml README lib/UNIVERSAL/can.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jun 22 21:23:28 UTC 2009


Author: ryan52-guest
Date: Mon Jun 22 21:23:21 2009
New Revision: 38517

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38517
Log:
[svn-upgrade] Integrating new upstream version, libuniversal-can-perl (1.15)

Modified:
    branches/upstream/libuniversal-can-perl/current/Build.PL
    branches/upstream/libuniversal-can-perl/current/Changes
    branches/upstream/libuniversal-can-perl/current/META.yml
    branches/upstream/libuniversal-can-perl/current/README
    branches/upstream/libuniversal-can-perl/current/lib/UNIVERSAL/can.pm

Modified: branches/upstream/libuniversal-can-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuniversal-can-perl/current/Build.PL?rev=38517&op=diff
==============================================================================
--- branches/upstream/libuniversal-can-perl/current/Build.PL (original)
+++ branches/upstream/libuniversal-can-perl/current/Build.PL Mon Jun 22 21:23:21 2009
@@ -17,8 +17,11 @@
     },
     build_requires      =>
     {
-        'Test::Simple'   => '0.60',
-        'Module::Build'  => '0.33',
+        'Test::Simple'  => '0.60',
+    },
+    config_requires     =>
+    {
+        'Module::Build' => '0.33',
     },
     add_to_cleanup      => [ 'UNIVERSAL-can-*' ],
 );

Modified: branches/upstream/libuniversal-can-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuniversal-can-perl/current/Changes?rev=38517&op=diff
==============================================================================
--- branches/upstream/libuniversal-can-perl/current/Changes (original)
+++ branches/upstream/libuniversal-can-perl/current/Changes Mon Jun 22 21:23:21 2009
@@ -1,4 +1,8 @@
 Revision history for UNIVERSAL::can
+
+1.15  Mon Jun 22 20:39:48 UTC 2009
+    - moved Module::Build dependency to config_requires (RT #47165, hdp)
+    - unified licensing between README and module (RT #46934, nhandler)
 
 1.14  Fri Jun 12 19:43:21 UTC 2009
     - released a new stable version

Modified: branches/upstream/libuniversal-can-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuniversal-can-perl/current/META.yml?rev=38517&op=diff
==============================================================================
--- branches/upstream/libuniversal-can-perl/current/META.yml (original)
+++ branches/upstream/libuniversal-can-perl/current/META.yml Mon Jun 22 21:23:21 2009
@@ -1,6 +1,6 @@
 ---
 name: UNIVERSAL-can
-version: 1.14
+version: 1.15
 author:
   - 'chromatic <chromatic at wgz.org>'
 abstract: Hack around people calling UNIVERSAL::can() as a function
@@ -12,12 +12,11 @@
   Test::Simple: 0.60
   perl: 5.6.2
 build_requires:
-  Module::Build: 0.33
   Test::Simple: 0.60
 provides:
   UNIVERSAL::can:
     file: lib/UNIVERSAL/can.pm
-    version: 1.14
+    version: 1.15
 generated_by: Module::Build version 0.33
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html

Modified: branches/upstream/libuniversal-can-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuniversal-can-perl/current/README?rev=38517&op=diff
==============================================================================
--- branches/upstream/libuniversal-can-perl/current/README (original)
+++ branches/upstream/libuniversal-can-perl/current/README Mon Jun 22 21:23:21 2009
@@ -1,7 +1,7 @@
 UNIVERSAL::can
 --------------
 
-Version 1.14, Fri Jun 12 2009
+Version 1.15, Mon Jun 22 20:36:50 UTC 2009
 
 This module attempts to work around people calling UNIVERSAL::can() as a
 function, which it is not.
@@ -19,7 +19,4 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2005 - 2009 chromatic
-
-This library is free software; you can redistribute it and/or modify it under
-the same terms as Perl itself.
+    Artistic License 2.0, Copyright (c) chromatic 2005 - 2009.

Modified: branches/upstream/libuniversal-can-perl/current/lib/UNIVERSAL/can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libuniversal-can-perl/current/lib/UNIVERSAL/can.pm?rev=38517&op=diff
==============================================================================
--- branches/upstream/libuniversal-can-perl/current/lib/UNIVERSAL/can.pm (original)
+++ branches/upstream/libuniversal-can-perl/current/lib/UNIVERSAL/can.pm Mon Jun 22 21:23:21 2009
@@ -4,7 +4,7 @@
 use warnings;
 
 use vars qw( $VERSION $recursing );
-$VERSION = '1.14';
+$VERSION = '1.15';
 
 use Scalar::Util 'blessed';
 use warnings::register;




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