r65410 - in /trunk/libemail-abstract-perl: Changes META.yml Makefile.PL debian/changelog debian/control debian/copyright lib/Email/Abstract.pm lib/Email/Abstract/Plugin.pm

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Tue Nov 30 09:47:28 UTC 2010


Author: ansgar
Date: Tue Nov 30 09:47:21 2010
New Revision: 65410

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65410
Log:
* New upstream release.
* Add (build-)dep on libmro-compat-perl.
* debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux
  systems"; refer to /usr/share/common-licenses/GPL-1.
* Bump Standards-Version to 3.9.1.

Modified:
    trunk/libemail-abstract-perl/Changes
    trunk/libemail-abstract-perl/META.yml
    trunk/libemail-abstract-perl/Makefile.PL
    trunk/libemail-abstract-perl/debian/changelog
    trunk/libemail-abstract-perl/debian/control
    trunk/libemail-abstract-perl/debian/copyright
    trunk/libemail-abstract-perl/lib/Email/Abstract.pm
    trunk/libemail-abstract-perl/lib/Email/Abstract/Plugin.pm

Modified: trunk/libemail-abstract-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-abstract-perl/Changes?rev=65410&op=diff
==============================================================================
--- trunk/libemail-abstract-perl/Changes (original)
+++ trunk/libemail-abstract-perl/Changes Tue Nov 30 09:47:21 2010
@@ -1,4 +1,7 @@
 Revision history for Email-Abstract.
+
+3.003     2010-11-08
+          replace Class::ISA with mro (MRO::Compat)
 
 3.002     2010-06-11
           avoid a warning in MailInternet with zero headers found

Modified: trunk/libemail-abstract-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-abstract-perl/META.yml?rev=65410&op=diff
==============================================================================
--- trunk/libemail-abstract-perl/META.yml (original)
+++ trunk/libemail-abstract-perl/META.yml Tue Nov 30 09:47:21 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Email-Abstract
-version:            3.002
+version:            3.003
 abstract:           ~
 author:  []
 license:            perl
@@ -10,9 +10,9 @@
 build_requires:
     ExtUtils::MakeMaker:  0
 requires:
-    Class::ISA:         0.20
     Email::Simple:      1.91
     Module::Pluggable:  1.5
+    MRO::Compat:        0
     Scalar::Util:       0
     Test::More:         0.47
 no_index:

Modified: trunk/libemail-abstract-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-abstract-perl/Makefile.PL?rev=65410&op=diff
==============================================================================
--- trunk/libemail-abstract-perl/Makefile.PL (original)
+++ trunk/libemail-abstract-perl/Makefile.PL Tue Nov 30 09:47:21 2010
@@ -8,7 +8,7 @@
   VERSION_FROM      => 'lib/Email/Abstract.pm', # finds $VERSION
   (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
   PREREQ_PM     => {
-    'Class::ISA'        => '0.20', # first release
+    'MRO::Compat',      => 0,      # minimum unknown
     'Email::Simple'     => '1.91', # avoid undef body
     'Module::Pluggable' => '1.5',
     'Test::More'        => '0.47',

Modified: trunk/libemail-abstract-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-abstract-perl/debian/changelog?rev=65410&op=diff
==============================================================================
--- trunk/libemail-abstract-perl/debian/changelog (original)
+++ trunk/libemail-abstract-perl/debian/changelog Tue Nov 30 09:47:21 2010
@@ -1,8 +1,13 @@
-libemail-abstract-perl (3.002-2) UNRELEASED; urgency=low
+libemail-abstract-perl (3.003-1) unstable; urgency=low
 
+  * New upstream release.
+  * Add (build-)dep on libmro-compat-perl.
+  * debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux
+    systems"; refer to /usr/share/common-licenses/GPL-1.
+  * Bump Standards-Version to 3.9.1.
   * Update my email address.
 
- -- Ansgar Burchardt <ansgar at debian.org>  Mon, 01 Nov 2010 11:16:42 +0100
+ -- Ansgar Burchardt <ansgar at debian.org>  Tue, 30 Nov 2010 10:47:12 +0100
 
 libemail-abstract-perl (3.002-1) unstable; urgency=low
 

Modified: trunk/libemail-abstract-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-abstract-perl/debian/control?rev=65410&op=diff
==============================================================================
--- trunk/libemail-abstract-perl/debian/control (original)
+++ trunk/libemail-abstract-perl/debian/control Tue Nov 30 09:47:21 2010
@@ -9,8 +9,8 @@
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
  libmodule-pluggable-perl, libemail-simple-perl, libemail-mime-perl,
- libmime-tools-perl, libmailtools-perl, libmail-box-perl
-Standards-Version: 3.8.4
+ libmime-tools-perl, libmailtools-perl, libmail-box-perl, libmro-compat-perl
+Standards-Version: 3.9.1
 Homepage: http://emailproject.perl.org/wiki/Email::Abstract
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-abstract-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libemail-abstract-perl/
@@ -18,7 +18,7 @@
 Package: libemail-abstract-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libmodule-pluggable-perl,
- libemail-simple-perl
+ libemail-simple-perl, libmro-compat-perl
 Description: library that presents unified interface to mail representations
  "Email::Abstract" provides module writers with the ability to write
  representation-independent mail handling code. Where previously one

Modified: trunk/libemail-abstract-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-abstract-perl/debian/copyright?rev=65410&op=diff
==============================================================================
--- trunk/libemail-abstract-perl/debian/copyright (original)
+++ trunk/libemail-abstract-perl/debian/copyright Tue Nov 30 09:47:21 2010
@@ -15,15 +15,17 @@
 License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in /usr/share/common-licenses/Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by 
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by 
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libemail-abstract-perl/lib/Email/Abstract.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-abstract-perl/lib/Email/Abstract.pm?rev=65410&op=diff
==============================================================================
--- trunk/libemail-abstract-perl/lib/Email/Abstract.pm (original)
+++ trunk/libemail-abstract-perl/lib/Email/Abstract.pm Tue Nov 30 09:47:21 2010
@@ -4,7 +4,8 @@
 package Email::Abstract;
 use Carp;
 use Email::Simple;
-$Email::Abstract::VERSION = '3.002';
+use MRO::Compat;
+$Email::Abstract::VERSION = '3.003';
 use Module::Pluggable
   search_path => [__PACKAGE__],
   except      => 'Email::Abstract::Plugin',
@@ -51,8 +52,9 @@
   return $adapter_for{$f_class} if $adapter_for{$f_class};
 
   if (not $skip_super) {
-    require Class::ISA;
-    for my $base (Class::ISA::super_path($f_class)) {
+    my @bases = @{ mro::get_linear_isa($f_class) };
+    shift @bases;
+    for my $base (@bases) {
       return $adapter_for{$base} if $adapter_for{$base};
     }
   }

Modified: trunk/libemail-abstract-perl/lib/Email/Abstract/Plugin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-abstract-perl/lib/Email/Abstract/Plugin.pm?rev=65410&op=diff
==============================================================================
--- trunk/libemail-abstract-perl/lib/Email/Abstract/Plugin.pm (original)
+++ trunk/libemail-abstract-perl/lib/Email/Abstract/Plugin.pm Tue Nov 30 09:47:21 2010
@@ -2,7 +2,7 @@
 
 package Email::Abstract::Plugin;
 
-$Email::Abstract::Plugin::VERSION = '3.002';
+$Email::Abstract::Plugin::VERSION = '3.003';
 
 =head1 NAME
 




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