r30273 - in /trunk/libemail-mime-perl: Changes META.yml Makefile.PL debian/changelog 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:14:34 UTC 2009


Author: bricas-guest
Date: Fri Jan 30 13:14:31 2009
New Revision: 30273

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

Modified:
    trunk/libemail-mime-perl/Changes
    trunk/libemail-mime-perl/META.yml
    trunk/libemail-mime-perl/Makefile.PL
    trunk/libemail-mime-perl/debian/changelog
    trunk/libemail-mime-perl/lib/Email/MIME.pm
    trunk/libemail-mime-perl/lib/Email/MIME/Header.pm

Modified: trunk/libemail-mime-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/Changes?rev=30273&op=diff
==============================================================================
--- trunk/libemail-mime-perl/Changes (original)
+++ trunk/libemail-mime-perl/Changes Fri Jan 30 13:14:31 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: trunk/libemail-mime-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/META.yml?rev=30273&op=diff
==============================================================================
--- trunk/libemail-mime-perl/META.yml (original)
+++ trunk/libemail-mime-perl/META.yml Fri Jan 30 13:14:31 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: trunk/libemail-mime-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/Makefile.PL?rev=30273&op=diff
==============================================================================
--- trunk/libemail-mime-perl/Makefile.PL (original)
+++ trunk/libemail-mime-perl/Makefile.PL Fri Jan 30 13:14:31 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: trunk/libemail-mime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/debian/changelog?rev=30273&op=diff
==============================================================================
--- trunk/libemail-mime-perl/debian/changelog (original)
+++ trunk/libemail-mime-perl/debian/changelog Fri Jan 30 13:14:31 2009
@@ -1,9 +1,12 @@
-libemail-mime-perl (1.861.01-1) UNRELEASED; urgency=low
+libemail-mime-perl (1.862-1) UNRELEASED; urgency=low
 
   PROBLEM:
   we have no copyright information anywhere (d/copyright just takes AUTHORS)
   -- gregoa
-  
+
+  [ Brian Cassidy ]
+  * New upstream release
+
   [ Ernesto Hernández-Novich (USB) ]
   * New upstream release.
   * Latest upstream release version is 1.861_01, using 1.861.01 instead.
@@ -20,7 +23,7 @@
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Wed, 22 Oct 2008 09:08:28 -0430
+ -- Brian Cassidy <brian.cassidy at gmail.com>  Fri, 30 Jan 2009 09:11:06 -0400
 
 libemail-mime-perl (1.861-3) unstable; urgency=low
 

Modified: trunk/libemail-mime-perl/lib/Email/MIME.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/lib/Email/MIME.pm?rev=30273&op=diff
==============================================================================
--- trunk/libemail-mime-perl/lib/Email/MIME.pm (original)
+++ trunk/libemail-mime-perl/lib/Email/MIME.pm Fri Jan 30 13:14:31 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: trunk/libemail-mime-perl/lib/Email/MIME/Header.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/lib/Email/MIME/Header.pm?rev=30273&op=diff
==============================================================================
--- trunk/libemail-mime-perl/lib/Email/MIME/Header.pm (original)
+++ trunk/libemail-mime-perl/lib/Email/MIME/Header.pm Fri Jan 30 13:14:31 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