r29777 - in /branches/upstream/libmime-lite-perl/current: META.yml Makefile.PL changes.pod lib/MIME/Lite.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 17 22:09:58 UTC 2009


Author: gregoa
Date: Sat Jan 17 22:09:55 2009
New Revision: 29777

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29777
Log:
[svn-upgrade] Integrating new upstream version, libmime-lite-perl (3.024)

Modified:
    branches/upstream/libmime-lite-perl/current/META.yml
    branches/upstream/libmime-lite-perl/current/Makefile.PL
    branches/upstream/libmime-lite-perl/current/changes.pod
    branches/upstream/libmime-lite-perl/current/lib/MIME/Lite.pm

Modified: branches/upstream/libmime-lite-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-lite-perl/current/META.yml?rev=29777&op=diff
==============================================================================
--- branches/upstream/libmime-lite-perl/current/META.yml (original)
+++ branches/upstream/libmime-lite-perl/current/META.yml Sat Jan 17 22:09:55 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               MIME-Lite
-version:            3.023
+version:            3.024
 abstract:           ~
 author:  []
 license:            perl
@@ -9,12 +9,9 @@
     ExtUtils::MakeMaker:  0
 requires:
     Email::Date::Format:  1.000
-    File::Basename:       ~
     File::Spec:           0
-    Mail::Address:        1.62
-    MIME::Base64:         ~
-    MIME::QuotedPrint:    ~
-    MIME::Types:          1.13
+resources:
+    Repository:  http://github.com/rjbs/mime-lite
 no_index:
     directory:
         - t

Modified: branches/upstream/libmime-lite-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-lite-perl/current/Makefile.PL?rev=29777&op=diff
==============================================================================
--- branches/upstream/libmime-lite-perl/current/Makefile.PL (original)
+++ branches/upstream/libmime-lite-perl/current/Makefile.PL Sat Jan 17 22:09:55 2009
@@ -43,6 +43,14 @@
     COMPRESS => 'gzip',
     SUFFIX   => 'gz',
   },
+  (eval { ExtUtils::MakeMaker->VERSION(6.46) }
+    ? (META_MERGE => {
+        resources => {
+          Repository => 'http://github.com/rjbs/mime-lite'
+        }
+      })
+    : ()
+  ),
   'PREREQ_PM'    => \%prereq,
 );
 

Modified: branches/upstream/libmime-lite-perl/current/changes.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-lite-perl/current/changes.pod?rev=29777&op=diff
==============================================================================
--- branches/upstream/libmime-lite-perl/current/changes.pod (original)
+++ branches/upstream/libmime-lite-perl/current/changes.pod Sat Jan 17 22:09:55 2009
@@ -1,6 +1,10 @@
 =head1 CHANGE LOG
 
 =over 4
+
+=item Version 3.024
+
+add git repo link to metadata
 
 =item Version 3.023
 

Modified: branches/upstream/libmime-lite-perl/current/lib/MIME/Lite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-lite-perl/current/lib/MIME/Lite.pm?rev=29777&op=diff
==============================================================================
--- branches/upstream/libmime-lite-perl/current/lib/MIME/Lite.pm (original)
+++ branches/upstream/libmime-lite-perl/current/lib/MIME/Lite.pm Sat Jan 17 22:09:55 2009
@@ -344,7 +344,7 @@
 
 
 # GLOBALS, EXTERNAL/CONFIGURATION...
-$VERSION = '3.023';
+$VERSION = '3.024';
 
 ### Automatically interpret CC/BCC for SMTP:
 $AUTO_CC = 1;




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