summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2014-12-05 16:45:45 +0100
committerroot <root@vm-support.spline.inf.fu-berlin.de>2014-12-05 16:45:45 +0100
commit7fc3ede2361269c6d8199731211f786a50c83a5e (patch)
treedd64ae245e9445e025f35a9d37636ed8d0a8d8ae
downloadcustom-7fc3ede2361269c6d8199731211f786a50c83a5e.tar.gz
custom-7fc3ede2361269c6d8199731211f786a50c83a5e.tar.bz2
custom-7fc3ede2361269c6d8199731211f786a50c83a5e.zip
use system libs for JSON and YAML
-rw-r--r--.gitignore1
l---------JSON1
l---------JSON.pm1
l---------YAML1
l---------YAML.pm1
5 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+README
diff --git a/JSON b/JSON
new file mode 120000
index 0000000..4fde7b7
--- /dev/null
+++ b/JSON
@@ -0,0 +1 @@
+/usr/share/perl5/JSON \ No newline at end of file
diff --git a/JSON.pm b/JSON.pm
new file mode 120000
index 0000000..b8a9a7e
--- /dev/null
+++ b/JSON.pm
@@ -0,0 +1 @@
+/usr/share/perl5/JSON.pm \ No newline at end of file
diff --git a/YAML b/YAML
new file mode 120000
index 0000000..fbc8655
--- /dev/null
+++ b/YAML
@@ -0,0 +1 @@
+/usr/share/perl5/YAML \ No newline at end of file
diff --git a/YAML.pm b/YAML.pm
new file mode 120000
index 0000000..68230c1
--- /dev/null
+++ b/YAML.pm
@@ -0,0 +1 @@
+/usr/share/perl5/YAML.pm \ No newline at end of file