r30300 - in /branches/upstream/libemail-mime-contenttype-perl/current: Changes META.yml Makefile.PL lib/Email/MIME/ContentType.pm

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


Author: bricas-guest
Date: Fri Jan 30 15:20:48 2009
New Revision: 30300

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

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

Modified: branches/upstream/libemail-mime-contenttype-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-contenttype-perl/current/Changes?rev=30300&op=diff
==============================================================================
--- branches/upstream/libemail-mime-contenttype-perl/current/Changes (original)
+++ branches/upstream/libemail-mime-contenttype-perl/current/Changes Fri Jan 30 15:20:48 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension Email::MIME::ContentType
+
+1.015     2009-01-22
+          add repo metadata
 
 1.014     2007-03-22
           packaging improvements

Modified: branches/upstream/libemail-mime-contenttype-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-contenttype-perl/current/META.yml?rev=30300&op=diff
==============================================================================
--- branches/upstream/libemail-mime-contenttype-perl/current/META.yml (original)
+++ branches/upstream/libemail-mime-contenttype-perl/current/META.yml Fri Jan 30 15:20:48 2009
@@ -1,13 +1,21 @@
 --- #YAML:1.0
-name:                Email-MIME-ContentType
-version:             1.014
-abstract:            Parse a MIME Content-Type Header
-license:             perl
-generated_by:        ExtUtils::MakeMaker version 6.32
-distribution_type:   module
-requires:     
-meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
+name:               Email-MIME-ContentType
+version:            1.015
+abstract:           Parse a MIME Content-Type Header
 author:
     - Simon Cozens <simon at nonet>
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+resources:
+    Repository:  http://github.com/rjbs/email-mime-contenttype
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.48
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libemail-mime-contenttype-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-contenttype-perl/current/Makefile.PL?rev=30300&op=diff
==============================================================================
--- branches/upstream/libemail-mime-contenttype-perl/current/Makefile.PL (original)
+++ branches/upstream/libemail-mime-contenttype-perl/current/Makefile.PL Fri Jan 30 15:20:48 2009
@@ -10,4 +10,12 @@
   ($] >= 5.005 ?
     (ABSTRACT_FROM  => 'lib/Email/MIME/ContentType.pm',
      AUTHOR         => 'Simon Cozens <simon at nonet>') : ()),
+  (eval { ExtUtils::MakeMaker->VERSION(6.46) }
+    ? (META_MERGE => {
+        resources => {
+          Repository => 'http://github.com/rjbs/email-mime-contenttype'
+        }
+      })
+    : ()
+  ),
 );

Modified: branches/upstream/libemail-mime-contenttype-perl/current/lib/Email/MIME/ContentType.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-contenttype-perl/current/lib/Email/MIME/ContentType.pm?rev=30300&op=diff
==============================================================================
--- branches/upstream/libemail-mime-contenttype-perl/current/lib/Email/MIME/ContentType.pm (original)
+++ branches/upstream/libemail-mime-contenttype-perl/current/lib/Email/MIME/ContentType.pm Fri Jan 30 15:20:48 2009
@@ -1,5 +1,4 @@
 package Email::MIME::ContentType;
-# $Id: /my/pep/Email-MIME-ContentType/trunk/lib/Email/MIME/ContentType.pm 31133 2007-03-22T19:52:26.296283Z rjbs  $
 use base 'Exporter';
 use vars qw[
   $VERSION @EXPORT
@@ -8,7 +7,7 @@
 @EXPORT = qw(parse_content_type);
 use strict;
 use Carp;
-$VERSION = '1.014';
+$VERSION = '1.015';
 
 $STRICT_PARAMS=1;
 
@@ -93,8 +92,6 @@
 
 version 1.013
 
-  $Id: /my/pep/Email-MIME-ContentType/trunk/lib/Email/MIME/ContentType.pm 31133 2007-03-22T19:52:26.296283Z rjbs  $
-
 =head1 SYNOPSIS
 
   use Email::MIME::ContentType;




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