r8775 - in /branches/upstream/libemail-simple-creator-perl/current: Changes META.yml Makefile.PL lib/Email/Simple/Creator.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Nov 2 16:50:01 UTC 2007


Author: gregoa-guest
Date: Fri Nov  2 16:50:00 2007
New Revision: 8775

URL: http://svn.debian.org/wsvn/?sc=1&rev=8775
Log:
[svn-upgrade] Integrating new upstream version, libemail-simple-creator-perl (1.423)

Modified:
    branches/upstream/libemail-simple-creator-perl/current/Changes
    branches/upstream/libemail-simple-creator-perl/current/META.yml
    branches/upstream/libemail-simple-creator-perl/current/Makefile.PL
    branches/upstream/libemail-simple-creator-perl/current/lib/Email/Simple/Creator.pm

Modified: branches/upstream/libemail-simple-creator-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libemail-simple-creator-perl/current/Changes?rev=8775&op=diff
==============================================================================
--- branches/upstream/libemail-simple-creator-perl/current/Changes (original)
+++ branches/upstream/libemail-simple-creator-perl/current/Changes Fri Nov  2 16:50:00 2007
@@ -1,3 +1,8 @@
+Revision history for Email-Simple-Creator
+
+1.423     2007-11-01
+          update Email::Simple prereq version
+          * https://rt.cpan.org/Ticket/Display.html?id=28520
 
 1.422     2007-07-13
           fixed header: why was it creating LFCR?

Modified: branches/upstream/libemail-simple-creator-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libemail-simple-creator-perl/current/META.yml?rev=8775&op=diff
==============================================================================
--- branches/upstream/libemail-simple-creator-perl/current/META.yml (original)
+++ branches/upstream/libemail-simple-creator-perl/current/META.yml Fri Nov  2 16:50:00 2007
@@ -1,16 +1,16 @@
 --- #YAML:1.0
 name:                Email-Simple-Creator
-version:             1.422
+version:             1.423
 abstract:            Email::Simple constructor for starting anew.
 license:             perl
-generated_by:        ExtUtils::MakeMaker version 6.32
+generated_by:        ExtUtils::MakeMaker version 6.36_01
 distribution_type:   module
 requires:     
     Email::Date:                   
-    Email::Simple:                 
+    Email::Simple:                 2.003
     Test::More:                    0.47
 meta-spec:
     url:     http://module-build.sourceforge.net/META-spec-v1.2.html
     version: 1.2
 author:
-    - Casey West <casey at geeknest.com>
+    - Ricardo SIGNES <rjbs at cpan.org>

Modified: branches/upstream/libemail-simple-creator-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libemail-simple-creator-perl/current/Makefile.PL?rev=8775&op=diff
==============================================================================
--- branches/upstream/libemail-simple-creator-perl/current/Makefile.PL (original)
+++ branches/upstream/libemail-simple-creator-perl/current/Makefile.PL Fri Nov  2 16:50:00 2007
@@ -2,13 +2,13 @@
 use ExtUtils::MakeMaker;
 
 WriteMakefile (
-  AUTHOR        => 'Casey West <casey at geeknest.com>',
+  AUTHOR        => 'Ricardo SIGNES <rjbs at cpan.org>',
   ABSTRACT      => "Email::Simple constructor for starting anew.",
   NAME          => 'Email::Simple::Creator',
   (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
   PREREQ_PM     => {
     'Test::More'        => '0.47',
-    'Email::Simple'     => '',
+    'Email::Simple'     => '2.003',
     'Email::Date'       => '',
   },
   VERSION_FROM  => 'lib/Email/Simple/Creator.pm',

Modified: branches/upstream/libemail-simple-creator-perl/current/lib/Email/Simple/Creator.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libemail-simple-creator-perl/current/lib/Email/Simple/Creator.pm?rev=8775&op=diff
==============================================================================
--- branches/upstream/libemail-simple-creator-perl/current/lib/Email/Simple/Creator.pm (original)
+++ branches/upstream/libemail-simple-creator-perl/current/lib/Email/Simple/Creator.pm Fri Nov  2 16:50:00 2007
@@ -2,7 +2,7 @@
 use strict;
 
 use vars qw[$VERSION $CRLF];
-$VERSION = '1.422';
+$VERSION = '1.423';
 
 sub _crlf {
   "\x0d\x0a";




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