r5807 - in /packages/libmime-types-perl/branches/upstream/current: ChangeLog MANIFEST META.yml Makefile.PL lib/MIME/Type.pm lib/MIME/Type.pod lib/MIME/Types.pm lib/MIME/Types.pod t/pod.t

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Jul 14 22:42:16 UTC 2007


Author: gregoa-guest
Date: Sat Jul 14 22:42:15 2007
New Revision: 5807

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5807
Log:
[svn-upgrade] Integrating new upstream version, libmime-types-perl (1.20)

Added:
    packages/libmime-types-perl/branches/upstream/current/t/pod.t
Modified:
    packages/libmime-types-perl/branches/upstream/current/ChangeLog
    packages/libmime-types-perl/branches/upstream/current/MANIFEST
    packages/libmime-types-perl/branches/upstream/current/META.yml
    packages/libmime-types-perl/branches/upstream/current/Makefile.PL
    packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pm
    packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pod
    packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pm
    packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pod

Modified: packages/libmime-types-perl/branches/upstream/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/ChangeLog?rev=5807&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/ChangeLog (original)
+++ packages/libmime-types-perl/branches/upstream/current/ChangeLog Sat Jul 14 22:42:15 2007
@@ -5,6 +5,17 @@
 
 **** Inform Austin Ziegler < mime-types at halostatue.ca> at each release, to
 **** update his Ruby port of the module.
+
+version 1.20: Fri Jun  8 16:21:33 CEST 2007
+
+	- added application/xslt+xml (.xslt) [David Dierauer]
+
+	- moved extension .xml from text/xml (deprecated) to
+	  application/xml, and added .xsl to it [David Dierauer]
+
+	- Moved .dtd from text/xml to application/xml-dtd
+
+	- added t/pod.t
 
 version 1.19: Sun Mar 25 17:09:38 CEST 2007
 

Modified: packages/libmime-types-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/MANIFEST?rev=5807&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libmime-types-perl/branches/upstream/current/MANIFEST Sat Jul 14 22:42:15 2007
@@ -11,3 +11,4 @@
 t/11typeol.t
 t/20types.t
 t/30export.t
+t/pod.t

Modified: packages/libmime-types-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/META.yml?rev=5807&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/META.yml (original)
+++ packages/libmime-types-perl/branches/upstream/current/META.yml Sat Jul 14 22:42:15 2007
@@ -1,11 +1,12 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         MIME-Types
-version:      1.19
+version:      1.20
 version_from: 
 installdirs:  site
 requires:
     Test::More:                    0.47
+    Test::Pod:                     1
 
 distribution_type: module
 generated_by: ExtUtils::MakeMaker version 6.17

Modified: packages/libmime-types-perl/branches/upstream/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/Makefile.PL?rev=5807&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/Makefile.PL (original)
+++ packages/libmime-types-perl/branches/upstream/current/Makefile.PL Sat Jul 14 22:42:15 2007
@@ -4,8 +4,11 @@
 
 WriteMakefile
   ( NAME      => 'MIME::Types'
-  , VERSION   => '1.19'
-  , PREREQ_PM => { Test::More => 0.47 }
+  , VERSION   => '1.20'
+  , PREREQ_PM =>
+    { Test::More => 0.47
+    , Test::Pod  => 1.00
+    }
   , AUTHOR    => 'Mark Overmeer'
   , ABSTRACT  => 'Definition of MIME types'
   );

Modified: packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pm?rev=5807&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pm (original)
+++ packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pm Sat Jul 14 22:42:15 2007
@@ -1,10 +1,10 @@
 # Copyrights 1999,2001-2007 by Mark Overmeer.
-# For other contributors see ChangeLog.
+#  For other contributors see ChangeLog.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 0.99.
+# Pod stripped from pm file by OODoc 1.00.
 package MIME::Type;
 use vars '$VERSION';
-$VERSION = '1.19';
+$VERSION = '1.20';
 
 use strict;
 

Modified: packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pod
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pod?rev=5807&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pod (original)
+++ packages/libmime-types-perl/branches/upstream/current/lib/MIME/Type.pod Sat Jul 14 22:42:15 2007
@@ -79,7 +79,7 @@
  system      undef
  type        <required>
 
-. encoding '7bit'|'8bit'|'base64'|'quoted-printable'
+. encoding => '7bit'|'8bit'|'base64'|'quoted-printable'
 
 =over 4
 
@@ -89,7 +89,7 @@
 
 =back
 
-. extensions REF-ARRAY
+. extensions => REF-ARRAY
 
 =over 4
 
@@ -97,7 +97,7 @@
 
 =back
 
-. simplified STRING
+. simplified => STRING
 
 =over 4
 
@@ -108,7 +108,7 @@
 
 =back
 
-. system REGEX
+. system => REGEX
 
 =over 4
 
@@ -117,7 +117,7 @@
 
 =back
 
-. type STRING
+. type => STRING
 
 =over 4
 
@@ -264,12 +264,12 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 1.19,
-built on March 25, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.20,
+built on June 08, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 
-Copyrights 1999,2001-2007 by Mark Overmeer.For other contributors see ChangeLog.
+Copyrights 1999,2001-2007 by Mark Overmeer. For other contributors see ChangeLog.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pm?rev=5807&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pm (original)
+++ packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pm Sat Jul 14 22:42:15 2007
@@ -1,11 +1,11 @@
 # Copyrights 1999,2001-2007 by Mark Overmeer.
-# For other contributors see ChangeLog.
+#  For other contributors see ChangeLog.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 0.99.
+# Pod stripped from pm file by OODoc 1.00.
 
 package MIME::Types;
 use vars '$VERSION';
-$VERSION = '1.19';
+$VERSION = '1.20';
 
 use strict;
 
@@ -628,8 +628,8 @@
 application/x-maker		frm,maker,frame,fm,fb,book,fbdoc
 application/x-mathcad	# mcd, but there is also vnd.mcd
 application/x-mif		mif
-application/xml
-application/xml-dtd
+application/xml			xml xsl				8bit
+application/xml-dtd		dtd				8bit
 application/xml-external-parsed-entity
 application/x-msaccess			mda,mdb,mde,mdf		base64
 application/x-msdos-program	cmd,bat				8bit
@@ -650,6 +650,7 @@
 application/x-shar		shar				8bit
 application/x-shockwave-flash	swf
 application/x-sh		sh				8bit
+application/xslt+xml		xslt				8bit
 application/x-SLA
 application/x-solids
 application/x-spss		sav,sbs,sps,spo,spp
@@ -876,7 +877,7 @@
 text/vnd.wap.wmlscript			wmls
 text/vnd.wap.wml			wml
 text/xml-external-parsed-entity
-text/xml				xml,dtd				8bit
+text/xml
 text/x-setext				etx
 text/x-sgml				sgml,sgm			8bit
 text/x-vCalendar			vcs				8bit

Modified: packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pod
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pod?rev=5807&op=diff
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pod (original)
+++ packages/libmime-types-perl/branches/upstream/current/lib/MIME/Types.pod Sat Jul 14 22:42:15 2007
@@ -40,7 +40,7 @@
  Option       --Default
  only_complete  <false>
 
-. only_complete BOOLEAN
+. only_complete => BOOLEAN
 
 =over 4
 
@@ -174,12 +174,12 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 1.19,
-built on March 25, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.20,
+built on June 08, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 
-Copyrights 1999,2001-2007 by Mark Overmeer.For other contributors see ChangeLog.
+Copyrights 1999,2001-2007 by Mark Overmeer. For other contributors see ChangeLog.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Added: packages/libmime-types-perl/branches/upstream/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/branches/upstream/current/t/pod.t?rev=5807&op=file
==============================================================================
--- packages/libmime-types-perl/branches/upstream/current/t/pod.t (added)
+++ packages/libmime-types-perl/branches/upstream/current/t/pod.t Sat Jul 14 22:42:15 2007
@@ -1,0 +1,9 @@
+#!/usr/bin/perl
+use warnings;
+use strict;
+
+use Test::More;
+eval "use Test::Pod 1.00";
+
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+all_pod_files_ok();




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