r63345 - in /trunk/libmime-types-perl: ChangeLog MANIFEST META.yml Makefile.PL debian/changelog debian/control debian/copyright lib/MIME/Type.pm lib/MIME/Type.pod lib/MIME/Types.pm lib/MIME/Types.pod t/99pod.t xt/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Oct 5 00:18:27 UTC 2010


Author: jawnsy-guest
Date: Tue Oct  5 00:18:07 2010
New Revision: 63345

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63345
Log:
IGNORE-VERSION: 1.31-1
No longer needs Test::Pod
* New upstream release
* Update copyright information
* Add myself to Uploaders and Copyright
* Standards-Version 3.9.1 (no changes)

Added:
    trunk/libmime-types-perl/xt/
      - copied from r63343, branches/upstream/libmime-types-perl/current/xt/
Removed:
    trunk/libmime-types-perl/t/99pod.t
Modified:
    trunk/libmime-types-perl/ChangeLog
    trunk/libmime-types-perl/MANIFEST
    trunk/libmime-types-perl/META.yml
    trunk/libmime-types-perl/Makefile.PL
    trunk/libmime-types-perl/debian/changelog
    trunk/libmime-types-perl/debian/control
    trunk/libmime-types-perl/debian/copyright
    trunk/libmime-types-perl/lib/MIME/Type.pm
    trunk/libmime-types-perl/lib/MIME/Type.pod
    trunk/libmime-types-perl/lib/MIME/Types.pm
    trunk/libmime-types-perl/lib/MIME/Types.pod

Modified: trunk/libmime-types-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/ChangeLog?rev=63345&op=diff
==============================================================================
--- trunk/libmime-types-perl/ChangeLog (original)
+++ trunk/libmime-types-perl/ChangeLog Tue Oct  5 00:18:07 2010
@@ -2,6 +2,10 @@
 
 Unless explicitly stated differently are all changes produced by
 Mark Overmeer <perl at overmeer.net>
+
+version 1.31:
+	- moved POD test to xt directory, reducing the number of
+	  dependencies. [Alexis Sukrieh]
 
 version 1.30: Thu Jun  3 12:00:37 CEST 2010
 	- typo.  rt.cpan.org#55655 [Salvatore.Bonaccorso]

Modified: trunk/libmime-types-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/MANIFEST?rev=63345&op=diff
==============================================================================
--- trunk/libmime-types-perl/MANIFEST (original)
+++ trunk/libmime-types-perl/MANIFEST Tue Oct  5 00:18:07 2010
@@ -10,5 +10,5 @@
 t/11typeol.t
 t/20types.t
 t/30export.t
-t/99pod.t
+xt/99pod.t
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libmime-types-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/META.yml?rev=63345&op=diff
==============================================================================
--- trunk/libmime-types-perl/META.yml (original)
+++ trunk/libmime-types-perl/META.yml Tue Oct  5 00:18:07 2010
@@ -1,15 +1,22 @@
 --- #YAML:1.0
-name:                MIME-Types
-version:             1.30
-abstract:            Definition of MIME types
-license:             perl
-author:              
+name:               MIME-Types
+version:            1.31
+abstract:           Definition of MIME types
+author:
     - Mark Overmeer
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Test::More:                    0.47
-    Test::Pod:                     1
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Test::More:  0.47
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
 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: trunk/libmime-types-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/Makefile.PL?rev=63345&op=diff
==============================================================================
--- trunk/libmime-types-perl/Makefile.PL (original)
+++ trunk/libmime-types-perl/Makefile.PL Tue Oct  5 00:18:07 2010
@@ -4,10 +4,9 @@
 
 WriteMakefile
   ( NAME      => 'MIME::Types'
-  , VERSION   => '1.30'
+  , VERSION   => '1.31'
   , PREREQ_PM =>
     { Test::More => 0.47
-    , Test::Pod  => 1.00
     }
   , AUTHOR    => 'Mark Overmeer'
   , ABSTRACT  => 'Definition of MIME types'

Modified: trunk/libmime-types-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/debian/changelog?rev=63345&op=diff
==============================================================================
--- trunk/libmime-types-perl/debian/changelog (original)
+++ trunk/libmime-types-perl/debian/changelog Tue Oct  5 00:18:07 2010
@@ -1,3 +1,15 @@
+libmime-types-perl (1.31-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 1.31-1
+  No longer needs Test::Pod
+
+  * New upstream release
+  * Update copyright information
+  * Add myself to Uploaders and Copyright
+  * Standards-Version 3.9.1 (no changes)
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 04 Oct 2010 20:28:49 -0400
+
 libmime-types-perl (1.30-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libmime-types-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/debian/control?rev=63345&op=diff
==============================================================================
--- trunk/libmime-types-perl/debian/control (original)
+++ trunk/libmime-types-perl/debian/control Tue Oct  5 00:18:07 2010
@@ -1,18 +1,18 @@
 Source: libmime-types-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>,
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>,
  Damyan Ivanov <dmn at debian.org>,
  Ansgar Burchardt <ansgar at 43-1.org>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://perl.overmeer.net/mimetypes/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmime-types-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmime-types-perl/
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-pod-perl
 
 Package: libmime-types-perl
 Architecture: all

Modified: trunk/libmime-types-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/debian/copyright?rev=63345&op=diff
==============================================================================
--- trunk/libmime-types-perl/debian/copyright (original)
+++ trunk/libmime-types-perl/debian/copyright Tue Oct  5 00:18:07 2010
@@ -1,28 +1,29 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Mark Overmeer
+Maintainer: Mark Overmeer <mark at overmeer.net>
 Source: http://search.cpan.org/dist/MIME-Types/
 Name: MIME-Types
 
 Files: *
-Copyright: Copyrights 1999,2001-2010, Mark Overmeer
+Copyright: 1999-2010, Mark Overmeer <mark at overmeer.net>
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2000, Brian M. Almeida <bma at debian.org>
- 2002, 2003, 2004, Stephen Zander <gibreel at debian.org>
- 2004, 2005, 2006, 2007, Gunnar Wolf <gwolf at debian.org>
- 2007, 2008, Damyan Ivanov <dmn at debian.org>
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2010, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+ 2009, Ansgar Burchardt <ansgar at 43-1.org>
  2006-2008, gregor herrmann <gregoa at debian.org>
- 2009, Ansgar Burchardt <ansgar at 43-1.org>
- 2010, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+ 2007-2008, Damyan Ivanov <dmn at debian.org>
+ 2004-2007, Gunnar Wolf <gwolf at debian.org>
+ 2002-2004, Stephen Zander <gibreel at debian.org>
+ 2000, Brian M. Almeida <bma at debian.org>
 License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
  .
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -30,5 +31,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-1'

Modified: trunk/libmime-types-perl/lib/MIME/Type.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Type.pm?rev=63345&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Type.pm (original)
+++ trunk/libmime-types-perl/lib/MIME/Type.pm Tue Oct  5 00:18:07 2010
@@ -4,7 +4,7 @@
 # Pod stripped from pm file by OODoc 1.06.
 package MIME::Type;
 use vars '$VERSION';
-$VERSION = '1.30';
+$VERSION = '1.31';
 
 
 use strict;

Modified: trunk/libmime-types-perl/lib/MIME/Type.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Type.pod?rev=63345&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Type.pod (original)
+++ trunk/libmime-types-perl/lib/MIME/Type.pod Tue Oct  5 00:18:07 2010
@@ -268,8 +268,8 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 1.30,
-built on June 03, 2010. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.31,
+built on September 21, 2010. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 

Modified: trunk/libmime-types-perl/lib/MIME/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Types.pm?rev=63345&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Types.pm (original)
+++ trunk/libmime-types-perl/lib/MIME/Types.pm Tue Oct  5 00:18:07 2010
@@ -5,7 +5,7 @@
 
 package MIME::Types;
 use vars '$VERSION';
-$VERSION = '1.30';
+$VERSION = '1.31';
 
 
 use strict;

Modified: trunk/libmime-types-perl/lib/MIME/Types.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Types.pod?rev=63345&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Types.pod (original)
+++ trunk/libmime-types-perl/lib/MIME/Types.pod Tue Oct  5 00:18:07 2010
@@ -178,8 +178,8 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 1.30,
-built on June 03, 2010. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.31,
+built on September 21, 2010. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 




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