[Bps-public-commit] RT-Extension-rt_cpan_org branch, master, updated. 3b92fbe325ca0b4eb74ad0b91d6983b28161e016
Alex Vandiver
alexmv at bestpractical.com
Thu Nov 7 23:03:37 EST 2013
The branch, master has been updated
via 3b92fbe325ca0b4eb74ad0b91d6983b28161e016 (commit)
from 398788eb8f60f379eca3972b093a30a5c9feb777 (commit)
Summary of changes:
etc/CPAN_Config.pm | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 3b92fbe325ca0b4eb74ad0b91d6983b28161e016
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Nov 7 23:03:25 2013 -0500
Make YAML and JSON render as text, inline
diff --git a/etc/CPAN_Config.pm b/etc/CPAN_Config.pm
index 14e6df0..93a47e9 100644
--- a/etc/CPAN_Config.pm
+++ b/etc/CPAN_Config.pm
@@ -161,6 +161,8 @@ Set($UseSQLForACLChecks, 1);
Set(%ContentTypes,
(map { $_ => "text/x-perl" } qw( pm pl t psgi pmc )),
(map { $_ => "text/x-diff" } qw( diff patch )),
+ (map { $_ => "text/x-yaml" } qw( yaml yml )),
+ "json" => "text/x-json",
"xs" => "text/x-csrc",
"c" => "text/x-csrc",
"h" => "text/x-chdr",
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list