cleaning up test app conf files, keeping them .pl only
Torbjørn Lindahl [Mon, 13 Jan 2014 18:40:45 +0000 (19:40 +0100)]
t/lib/TestApp1/customconfig.conf [deleted file]
t/lib/TestApp1/customconfig.pl [new file with mode: 0644]
t/lib/TestApp2/customconfig.conf [deleted file]
t/lib/TestApp2/customconfig.pl [new file with mode: 0644]
t/lib/TestApp3/config/testapp3.conf [deleted file]
t/lib/TestApp3/config/testapp3.yml [deleted file]
t/lib/TestApp4/config.d/testapp4.conf [deleted file]
t/lib/TestApp4/config.d/testapp4.yml [deleted file]

diff --git a/t/lib/TestApp1/customconfig.conf b/t/lib/TestApp1/customconfig.conf
deleted file mode 100644 (file)
index 3503495..0000000
+++ /dev/null
@@ -1 +0,0 @@
-bar = baz
\ No newline at end of file
diff --git a/t/lib/TestApp1/customconfig.pl b/t/lib/TestApp1/customconfig.pl
new file mode 100644 (file)
index 0000000..840708d
--- /dev/null
@@ -0,0 +1,3 @@
+{
+    bar => "baz"
+}
diff --git a/t/lib/TestApp2/customconfig.conf b/t/lib/TestApp2/customconfig.conf
deleted file mode 100644 (file)
index 57ac742..0000000
+++ /dev/null
@@ -1 +0,0 @@
-bar = baz2
\ No newline at end of file
diff --git a/t/lib/TestApp2/customconfig.pl b/t/lib/TestApp2/customconfig.pl
new file mode 100644 (file)
index 0000000..f03d4e9
--- /dev/null
@@ -0,0 +1,3 @@
+{
+    bar => "baz2"
+}
diff --git a/t/lib/TestApp3/config/testapp3.conf b/t/lib/TestApp3/config/testapp3.conf
deleted file mode 100644 (file)
index c7f8d7c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-test3_conf2 = a_value
diff --git a/t/lib/TestApp3/config/testapp3.yml b/t/lib/TestApp3/config/testapp3.yml
deleted file mode 100644 (file)
index 6d8ad68..0000000
+++ /dev/null
@@ -1 +0,0 @@
-test3_conf1: a_value
diff --git a/t/lib/TestApp4/config.d/testapp4.conf b/t/lib/TestApp4/config.d/testapp4.conf
deleted file mode 100644 (file)
index c7395eb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-test4_conf2 = a_value
diff --git a/t/lib/TestApp4/config.d/testapp4.yml b/t/lib/TestApp4/config.d/testapp4.yml
deleted file mode 100644 (file)
index f6bcea2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-test4_conf1: a_value