[Bps-public-commit] RT-Extension-rt_cpan_org branch, rt4, updated. 3ead8aa3bfadda1c9ccf25b283a4ff4b8aaa71f5

Thomas Sibley trs at bestpractical.com
Fri Apr 19 21:03:39 EDT 2013


The branch, rt4 has been updated
       via  3ead8aa3bfadda1c9ccf25b283a4ff4b8aaa71f5 (commit)
      from  17b7571d6d610e279257ac378d256e72bdd8514d (commit)

Summary of changes:
 etc/CPAN_Config.pm | 4 ++++
 1 file changed, 4 insertions(+)

- Log -----------------------------------------------------------------
commit 3ead8aa3bfadda1c9ccf25b283a4ff4b8aaa71f5
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Apr 19 17:14:50 2013 -0700

    Add forced content types for .xs, .c, .h, and .pod

diff --git a/etc/CPAN_Config.pm b/etc/CPAN_Config.pm
index a9039bb..b3e74e7 100644
--- a/etc/CPAN_Config.pm
+++ b/etc/CPAN_Config.pm
@@ -157,6 +157,10 @@ Set($UseSQLForACLChecks, 1);
 Set(%ContentTypes,
     (map { $_ => "text/x-perl" } qw( pm pl t psgi pmc )),
     (map { $_ => "text/x-diff" } qw( diff patch )),
+    "xs"    => "text/x-csrc",
+    "c"     => "text/x-csrc",
+    "h"     => "text/x-chdr",
+    "pod"   => "text/x-pod",
 );
 
 1;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list