r30271 - in /branches/upstream/libemail-mime-perl/current: Changes META.yml Makefile.PL lib/Email/MIME.pm lib/Email/MIME/Header.pm

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Fri Jan 30 13:10:12 UTC 2009


Author: bricas-guest
Date: Fri Jan 30 13:10:09 2009
New Revision: 30271

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30271
Log:
[svn-upgrade] Integrating new upstream version, libemail-mime-perl (1.862)

Modified:
    branches/upstream/libemail-mime-perl/current/Changes
    branches/upstream/libemail-mime-perl/current/META.yml
    branches/upstream/libemail-mime-perl/current/Makefile.PL
    branches/upstream/libemail-mime-perl/current/lib/Email/MIME.pm
    branches/upstream/libemail-mime-perl/current/lib/Email/MIME/Header.pm

Modified: branches/upstream/libemail-mime-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-perl/current/Changes?rev=30271&op=diff
==============================================================================
--- branches/upstream/libemail-mime-perl/current/Changes (original)
+++ branches/upstream/libemail-mime-perl/current/Changes Fri Jan 30 13:10:09 2009
@@ -1,6 +1,7 @@
 Revision history for Perl extension Email::MIME.
 
-1.862   2008-09-08
+1.862   2009-01-22
+        add repository location metadata
         always require Encode, never MIME::Words; this means that using
           Email::MIME on pre-5.008 will be difficult, if not impossible
         if a header can't be decoded, fall back to the raw header

Modified: branches/upstream/libemail-mime-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-perl/current/META.yml?rev=30271&op=diff
==============================================================================
--- branches/upstream/libemail-mime-perl/current/META.yml (original)
+++ branches/upstream/libemail-mime-perl/current/META.yml Fri Jan 30 13:10:09 2009
@@ -1,18 +1,26 @@
 --- #YAML:1.0
-name:                Email-MIME
-version:             1.861_01
-abstract:            ~
-license:             perl
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
-    Email::MIME::ContentType:      1.011
-    Email::MIME::Encodings:        1.3
-    Email::Simple:                 2.004
-    Encode:                        1.9801
-    MIME::Types:                   1.13
-    Test::More:                    0.47
+name:               Email-MIME
+version:            1.862
+abstract:           ~
+author:  []
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Email::MIME::ContentType:  1.011
+    Email::MIME::Encodings:  1.3
+    Email::Simple:        2.004
+    Encode:               1.9801
+    MIME::Types:          1.13
+    Test::More:           0.47
+resources:
+    Repository:  http://github.com/rjbs/email-mime
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.48
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libemail-mime-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-perl/current/Makefile.PL?rev=30271&op=diff
==============================================================================
--- branches/upstream/libemail-mime-perl/current/Makefile.PL (original)
+++ branches/upstream/libemail-mime-perl/current/Makefile.PL Fri Jan 30 13:10:09 2009
@@ -15,4 +15,12 @@
     'MIME::Types'   => '1.13',
     'Test::More'    => '0.47',
   },
+  (eval { ExtUtils::MakeMaker->VERSION(6.46) }
+    ? (META_MERGE => {
+        resources => {
+          Repository => 'http://github.com/rjbs/email-mime'
+        }
+      })
+    : ()
+  ),
 );

Modified: branches/upstream/libemail-mime-perl/current/lib/Email/MIME.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-perl/current/lib/Email/MIME.pm?rev=30271&op=diff
==============================================================================
--- branches/upstream/libemail-mime-perl/current/lib/Email/MIME.pm (original)
+++ branches/upstream/libemail-mime-perl/current/lib/Email/MIME.pm Fri Jan 30 13:10:09 2009
@@ -17,13 +17,11 @@
 
 =head1 VERSION
 
-version 1.861_01
-
- $Id: MIME.pm 967 2008-09-08 22:21:59Z rjbs at cpan.org $
+version 1.862
 
 =cut
 
-our $VERSION = '1.861_01';
+our $VERSION = '1.862';
 
 sub new {
   my $self = shift->SUPER::new(@_);

Modified: branches/upstream/libemail-mime-perl/current/lib/Email/MIME/Header.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-perl/current/lib/Email/MIME/Header.pm?rev=30271&op=diff
==============================================================================
--- branches/upstream/libemail-mime-perl/current/lib/Email/MIME/Header.pm (original)
+++ branches/upstream/libemail-mime-perl/current/lib/Email/MIME/Header.pm Fri Jan 30 13:10:09 2009
@@ -2,6 +2,8 @@
 use warnings;
 package Email::MIME::Header;
 use base 'Email::Simple::Header';
+
+our $VERSION = '1.862';
 
 use Encode 1.9801;
 




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