Commit d1ddcf57e00b19f771c893910e4f94250fd6069a

Golmote 2015-03-21T02:18:35

Alphabetical order fix: "e" comes before "h"...

diff --git a/components.js b/components.js
index ae22698..2ae508f 100644
--- a/components.js
+++ b/components.js
@@ -224,6 +224,10 @@ var components = {
 			"title": "Pascal",
 			"owner": "Golmote"
 		},
+		"perl": {
+			"title": "Perl",
+			"owner": "Golmote"
+		},
 		"php": {
 			"title": "PHP",
 			"require": "clike",
@@ -234,10 +238,6 @@ var components = {
 			"require": "php",
 			"owner": "milesj"
 		},
-		"perl": {
-			"title": "Perl",
-			"owner": "Golmote"
-		},
 		"powershell": {
 			"title": "PowerShell",
 			"owner": "nauzilus"