don't sort @INC when displaying on about page
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 13 Feb 2008 19:03:12 +0000 (13:03 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 15 Feb 2008 14:24:43 +0000 (08:24 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
about.pl

index 29caa85..9a5a18b 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -56,7 +56,7 @@ $template->param(
     osVersion     => $osVersion,
     perlPath      => $perl_path,
     perlVersion   => $perlVersion,
-    perlIncPath   => [ map { perlinc => $_ }, sort @INC ],
+    perlIncPath   => [ map { perlinc => $_ }, @INC ],
     mysqlVersion  => $mysqlVersion,
     apacheVersion => $apacheVersion,
     zebraVersion  => $zebraVersion,