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

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Fri Jan 30 15:11:59 UTC 2009


Author: bricas-guest
Date: Fri Jan 30 15:11:56 2009
New Revision: 30297

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

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

Modified: branches/upstream/libemail-mime-encodings-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-encodings-perl/current/Changes?rev=30297&op=diff
==============================================================================
--- branches/upstream/libemail-mime-encodings-perl/current/Changes (original)
+++ branches/upstream/libemail-mime-encodings-perl/current/Changes Fri Jan 30 15:11:56 2009
@@ -1,4 +1,7 @@
-Revision history for Perl extension Email::MIME::Encodings.
+Revision history for Perl extension Email-MIME-Encodings
+
+1.312     2009-01-22
+          add repo metadata
 
 1.311     2007-03-22
           packaging improvements

Modified: branches/upstream/libemail-mime-encodings-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-encodings-perl/current/META.yml?rev=30297&op=diff
==============================================================================
--- branches/upstream/libemail-mime-encodings-perl/current/META.yml (original)
+++ branches/upstream/libemail-mime-encodings-perl/current/META.yml Fri Jan 30 15:11:56 2009
@@ -1,13 +1,22 @@
 --- #YAML:1.0
-name:                Email-MIME-Encodings
-version:             1.311
-abstract:            ~
-license:             perl
-generated_by:        ExtUtils::MakeMaker version 6.32
-distribution_type:   module
-requires:     
-    MIME::Base64:                  3.05
-    MIME::QuotedPrint:             3.03
+name:               Email-MIME-Encodings
+version:            1.312
+abstract:           ~
+author:  []
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    MIME::Base64:       3.05
+    MIME::QuotedPrint:  3.03
+resources:
+    Repository:  http://github.com/rjbs/email-mime-encodings
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.48
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libemail-mime-encodings-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-encodings-perl/current/Makefile.PL?rev=30297&op=diff
==============================================================================
--- branches/upstream/libemail-mime-encodings-perl/current/Makefile.PL (original)
+++ branches/upstream/libemail-mime-encodings-perl/current/Makefile.PL Fri Jan 30 15:11:56 2009
@@ -9,4 +9,12 @@
     'MIME::Base64'      => '3.05',
     'MIME::QuotedPrint' => '3.03',
   },
+  (eval { ExtUtils::MakeMaker->VERSION(6.46) }
+    ? (META_MERGE => {
+        resources => {
+          Repository => 'http://github.com/rjbs/email-mime-encodings'
+        }
+      })
+    : ()
+  ),
 );

Modified: branches/upstream/libemail-mime-encodings-perl/current/lib/Email/MIME/Encodings.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-encodings-perl/current/lib/Email/MIME/Encodings.pm?rev=30297&op=diff
==============================================================================
--- branches/upstream/libemail-mime-encodings-perl/current/lib/Email/MIME/Encodings.pm (original)
+++ branches/upstream/libemail-mime-encodings-perl/current/lib/Email/MIME/Encodings.pm Fri Jan 30 15:11:56 2009
@@ -3,7 +3,7 @@
 no strict 'refs';
 use warnings;
 
-$Email::MIME::Encodings::VERSION = "1.311";
+$Email::MIME::Encodings::VERSION = "1.312";
 
 use MIME::Base64;
 use MIME::QuotedPrint;




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