r30101 - in /branches/upstream/libemail-simple-perl/current: Changes META.yml Makefile.PL README lib/Email/Simple.pm lib/Email/Simple/Header.pm

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Sun Jan 25 15:47:04 UTC 2009


Author: bricas-guest
Date: Sun Jan 25 15:47:01 2009
New Revision: 30101

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

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

Modified: branches/upstream/libemail-simple-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-simple-perl/current/Changes?rev=30101&op=diff
==============================================================================
--- branches/upstream/libemail-simple-perl/current/Changes (original)
+++ branches/upstream/libemail-simple-perl/current/Changes Sun Jan 25 15:47:01 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension Email::Simple.
+
+2.005     2009-01-22
+          add repository metadata
 
 2.004     2008-06-25
           publicize default_header_class method

Modified: branches/upstream/libemail-simple-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-simple-perl/current/META.yml?rev=30101&op=diff
==============================================================================
--- branches/upstream/libemail-simple-perl/current/META.yml (original)
+++ branches/upstream/libemail-simple-perl/current/META.yml Sun Jan 25 15:47:01 2009
@@ -1,13 +1,21 @@
 --- #YAML:1.0
-name:                Email-Simple
-version:             2.004
-abstract:            ~
-license:             perl
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
-    Test::More:                    0.47
+name:               Email-Simple
+version:            2.005
+abstract:           ~
+author:  []
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Test::More:  0.47
+resources:
+    Repository:  http://github.com/rjbs/email-simple
+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: branches/upstream/libemail-simple-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-simple-perl/current/Makefile.PL?rev=30101&op=diff
==============================================================================
--- branches/upstream/libemail-simple-perl/current/Makefile.PL (original)
+++ branches/upstream/libemail-simple-perl/current/Makefile.PL Sun Jan 25 15:47:01 2009
@@ -28,4 +28,12 @@
     @prereq,
     'Test::More' => '0.47',
   },
+  (eval { ExtUtils::MakeMaker->VERSION(6.46) }
+    ? (META_MERGE => {
+        resources => {
+          Repository => 'http://github.com/rjbs/email-simple'
+        }
+      })
+    : ()
+  ),
 );

Modified: branches/upstream/libemail-simple-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-simple-perl/current/README?rev=30101&op=diff
==============================================================================
--- branches/upstream/libemail-simple-perl/current/README (original)
+++ branches/upstream/libemail-simple-perl/current/README Sun Jan 25 15:47:01 2009
@@ -1,5 +1,5 @@
 NAME
-    Email::Simple - Simple parsing of RFC2822 message format and headers
+    Email::Simple 2.005 - Simple parsing of RFC2822 message format and headers
 
 SYNOPSIS
         my $mail = Email::Simple->new($text);

Modified: branches/upstream/libemail-simple-perl/current/lib/Email/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-simple-perl/current/lib/Email/Simple.pm?rev=30101&op=diff
==============================================================================
--- branches/upstream/libemail-simple-perl/current/lib/Email/Simple.pm (original)
+++ branches/upstream/libemail-simple-perl/current/lib/Email/Simple.pm Sun Jan 25 15:47:01 2009
@@ -6,7 +6,7 @@
 
 use Email::Simple::Header;
 
-$Email::Simple::VERSION = '2.004';
+$Email::Simple::VERSION = '2.005';
 $Email::Simple::GROUCHY = 0;
 
 # We are liberal in what we accept.

Modified: branches/upstream/libemail-simple-perl/current/lib/Email/Simple/Header.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-simple-perl/current/lib/Email/Simple/Header.pm?rev=30101&op=diff
==============================================================================
--- branches/upstream/libemail-simple-perl/current/lib/Email/Simple/Header.pm (original)
+++ branches/upstream/libemail-simple-perl/current/lib/Email/Simple/Header.pm Sun Jan 25 15:47:01 2009
@@ -5,7 +5,7 @@
 
 require Email::Simple;
 
-$Email::Simple::Header::VERSION = '2.004';
+$Email::Simple::Header::VERSION = '2.005';
 
 =head1 NAME
 




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