[Bps-public-commit] RT-Extension-rt_cpan_org branch, rt4, updated. 28a2bd5ad888707ed426f025ab46318015866ef3

Thomas Sibley trs at bestpractical.com
Wed Apr 3 13:16:31 EDT 2013


The branch, rt4 has been updated
       via  28a2bd5ad888707ed426f025ab46318015866ef3 (commit)
      from  386a61eb155c244efab019a54e6b55cdefb02142 (commit)

Summary of changes:
 etc/CPAN_Config.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 28a2bd5ad888707ed426f025ab46318015866ef3
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Apr 3 10:16:08 2013 -0700

    Add .psgi and .pmc as suggested by Toby Inkster

diff --git a/etc/CPAN_Config.pm b/etc/CPAN_Config.pm
index 2fd2919..9bea664 100644
--- a/etc/CPAN_Config.pm
+++ b/etc/CPAN_Config.pm
@@ -146,7 +146,7 @@ Set($UseSQLForACLChecks, 1);
 # Useful forced content types based on usage.
 # Requires RT::Extension::CustomizeContentType.
 Set(%ContentTypes,
-    (map { $_ => "text/x-perl" } qw( pm pl t )),
+    (map { $_ => "text/x-perl" } qw( pm pl t psgi pmc )),
     (map { $_ => "text/x-diff" } qw( diff patch )),
 );
 

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



More information about the Bps-public-commit mailing list