r52663 - in /branches/upstream/libemail-mime-createhtml-perl/current: Changes META.yml Makefile.PL README lib/Email/MIME/CreateHTML.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Feb 13 07:23:29 UTC 2010


Author: carnil-guest
Date: Sat Feb 13 07:23:07 2010
New Revision: 52663

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

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

Modified: branches/upstream/libemail-mime-createhtml-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-createhtml-perl/current/Changes?rev=52663&op=diff
==============================================================================
--- branches/upstream/libemail-mime-createhtml-perl/current/Changes (original)
+++ branches/upstream/libemail-mime-createhtml-perl/current/Changes Sat Feb 13 07:23:07 2010
@@ -1,3 +1,6 @@
+Fri Feb 12 17:20:07 2010 - 1.030
+    Add no_index for Email::MIME
+
 Wed Feb 10 13:33:01 2010 - 1.029
     Add Carp to fix warnings (CPAN RT51208)
     Insist on 3.15 of HTML::TokeParser::Simple (CPAN RT 28788)

Modified: branches/upstream/libemail-mime-createhtml-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-createhtml-perl/current/META.yml?rev=52663&op=diff
==============================================================================
--- branches/upstream/libemail-mime-createhtml-perl/current/META.yml (original)
+++ branches/upstream/libemail-mime-createhtml-perl/current/META.yml Sat Feb 13 07:23:07 2010
@@ -1,19 +1,29 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Email-MIME-CreateHTML
-version:      1.029
-version_from: lib/Email/MIME/CreateHTML.pm
-installdirs:  site
+--- #YAML:1.0
+name:               Email-MIME-CreateHTML
+version:            1.030
+abstract:           Multipart HTML Email builder
+author:
+    - British Broadcasting Corporation
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:
-    Data::Serializer:              0
-    Email::MIME::Creator:          0
-    File::Slurp::WithinPolicy:     0
-    HTML::Tagset:                  0
-    HTML::TokeParser::Simple:      3.15
-    Log::Trace:                    0
-    MIME::Types:                   0
-    Test::Assertions:              0
+    Data::Serializer:     0
+    Email::MIME::Creator:  0
+    File::Slurp::WithinPolicy:  0
+    HTML::Tagset:         0
+    HTML::TokeParser::Simple:  3.15
+    Log::Trace:           0
+    MIME::Types:          0
+    Test::Assertions:     0
     Test::Assertions::TestScript:  0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+no_index:
+    package:
+        - Email::MIME
+generated_by:       ExtUtils::MakeMaker version 6.56
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libemail-mime-createhtml-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-createhtml-perl/current/Makefile.PL?rev=52663&op=diff
==============================================================================
--- branches/upstream/libemail-mime-createhtml-perl/current/Makefile.PL (original)
+++ branches/upstream/libemail-mime-createhtml-perl/current/Makefile.PL Sat Feb 13 07:23:07 2010
@@ -16,4 +16,6 @@
                            },
               ABSTRACT_FROM => 'lib/Email/MIME/CreateHTML.pm',
               AUTHOR        => 'British Broadcasting Corporation',
+              # We don't want to add to Email::MIME's docs, and don't have permission to anyway.
+              META_ADD      => { no_index => { package => ['Email::MIME'] } },
              );

Modified: branches/upstream/libemail-mime-createhtml-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-createhtml-perl/current/README?rev=52663&op=diff
==============================================================================
--- branches/upstream/libemail-mime-createhtml-perl/current/README (original)
+++ branches/upstream/libemail-mime-createhtml-perl/current/README Sat Feb 13 07:23:07 2010
@@ -1,4 +1,4 @@
-Email::MIME::CreateHTML v1.029
+Email::MIME::CreateHTML v1.030
 
 (c) BBC 2006. This program is free software; you can redistribute it and/or modify it under the GNU GPL.
 

Modified: branches/upstream/libemail-mime-createhtml-perl/current/lib/Email/MIME/CreateHTML.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-createhtml-perl/current/lib/Email/MIME/CreateHTML.pm?rev=52663&op=diff
==============================================================================
--- branches/upstream/libemail-mime-createhtml-perl/current/lib/Email/MIME/CreateHTML.pm (original)
+++ branches/upstream/libemail-mime-createhtml-perl/current/lib/Email/MIME/CreateHTML.pm Sat Feb 13 07:23:07 2010
@@ -2,7 +2,7 @@
 # Purpose : Build HTML emails
 # Author  : Tony Hennessy
 # Created : Aug 2006
-# CVS     : $Header: /home/cvs/software/cvsroot/email/lib/Email/MIME/CreateHTML.pm,v 1.29 2010/01/12 11:26:38 jamiel Exp $
+# CVS     : $Header: /home/cvs/software/cvsroot/email/lib/Email/MIME/CreateHTML.pm,v 1.30 2010/02/12 17:44:26 jamiel Exp $
 ###############################################################################
 
 package Email::MIME::CreateHTML;
@@ -18,7 +18,7 @@
 
 #Globals
 use vars qw($VERSION %EMBED @EXPORT_OK @ISA);
-$VERSION = sprintf "%d.%03d", q$Revision: 1.29 $ =~ /: (\d+)\.(\d+)/;
+$VERSION = sprintf "%d.%03d", q$Revision: 1.30 $ =~ /: (\d+)\.(\d+)/;
 %EMBED = (
 	'bgsound' => {'src'=>1},
 	'body'    => {'background'=>1},
@@ -666,12 +666,12 @@
 L<Email::Simple>, L<Email::MIME>, L<Email::Send>, L<Email::MIME::Creator>
 
 =head1 TODO
- 
- - Maybe add option to control the order that the text + html parts appear in the MIME message. 
+
+Maybe add option to control the order that the text + html parts appear in the MIME message. 
 
 =head1 VERSION
 
-$Revision: 1.29 $ on $Date: 2010/01/12 11:26:38 $ by $Author: jamiel $
+$Revision: 1.30 $ on $Date: 2010/02/12 17:44:26 $ by $Author: jamiel $
 
 =head1 AUTHOR
 




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