r5480 - in /packages/libclass-data-accessor-perl/branches/upstream/current: Changes META.yml Makefile.PL lib/Class/Data/Accessor.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri May 18 23:27:42 UTC 2007


Author: gregoa-guest
Date: Fri May 18 23:27:42 2007
New Revision: 5480

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5480
Log:
[svn-upgrade] Integrating new upstream version, libclass-data-accessor-perl (0.04001)

Modified:
    packages/libclass-data-accessor-perl/branches/upstream/current/Changes
    packages/libclass-data-accessor-perl/branches/upstream/current/META.yml
    packages/libclass-data-accessor-perl/branches/upstream/current/Makefile.PL
    packages/libclass-data-accessor-perl/branches/upstream/current/lib/Class/Data/Accessor.pm

Modified: packages/libclass-data-accessor-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libclass-data-accessor-perl/branches/upstream/current/Changes?rev=5480&op=diff
==============================================================================
--- packages/libclass-data-accessor-perl/branches/upstream/current/Changes (original)
+++ packages/libclass-data-accessor-perl/branches/upstream/current/Changes Fri May 18 23:27:42 2007
@@ -1,4 +1,8 @@
 Revision history for Class::Data::Accessor.
+
+0.04001 Thur May 17 18:21:26 2007
+    - Corrected Makefile.PL license to match core module LICENSE
+        (perl -> artistic)
 
 0 04000 Sat May 05 21:17:23 2007
     - Converted to Module::Install

Modified: packages/libclass-data-accessor-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libclass-data-accessor-perl/branches/upstream/current/META.yml?rev=5480&op=diff
==============================================================================
--- packages/libclass-data-accessor-perl/branches/upstream/current/META.yml (original)
+++ packages/libclass-data-accessor-perl/branches/upstream/current/META.yml Fri May 18 23:27:42 2007
@@ -3,7 +3,7 @@
 author: Based on the creative stylings of Damian Conway, Michael G Schwern,
 distribution_type: module
 generated_by: Module::Install version 0.65
-license: perl
+license: artistic
 meta-spec: 
   url: http://module-build.sourceforge.net/META-spec-v1.3.html
   version: 1.3
@@ -16,4 +16,4 @@
   Carp: 0
   perl: 5.6.1
 tests: t/*.t t/*/*.t
-version: 0.04000
+version: 0.04001

Modified: packages/libclass-data-accessor-perl/branches/upstream/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libclass-data-accessor-perl/branches/upstream/current/Makefile.PL?rev=5480&op=diff
==============================================================================
--- packages/libclass-data-accessor-perl/branches/upstream/current/Makefile.PL (original)
+++ packages/libclass-data-accessor-perl/branches/upstream/current/Makefile.PL Fri May 18 23:27:42 2007
@@ -1,10 +1,10 @@
-# $Id: Makefile.PL 3256 2007-05-06 03:54:57Z claco $
+# $Id: Makefile.PL 3320 2007-05-17 23:04:35Z claco $
 use strict;
 use warnings;
 use inc::Module::Install 0.65;
 
 name 'Class-Data-Accessor';
-license 'perl';
+license 'artistic';
 perl_version '5.006001';
 all_from 'lib/Class/Data/Accessor.pm';
 

Modified: packages/libclass-data-accessor-perl/branches/upstream/current/lib/Class/Data/Accessor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libclass-data-accessor-perl/branches/upstream/current/lib/Class/Data/Accessor.pm?rev=5480&op=diff
==============================================================================
--- packages/libclass-data-accessor-perl/branches/upstream/current/lib/Class/Data/Accessor.pm (original)
+++ packages/libclass-data-accessor-perl/branches/upstream/current/lib/Class/Data/Accessor.pm Fri May 18 23:27:42 2007
@@ -3,7 +3,7 @@
 use warnings;
 use Carp;
 use vars qw($VERSION);
-$VERSION = '0.04000';
+$VERSION = '0.04001';
 
 sub mk_classaccessor {
     my ($declaredclass, $attribute, $data) = @_;




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