From 7fc3ede2361269c6d8199731211f786a50c83a5e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 5 Dec 2014 16:45:45 +0100 Subject: use system libs for JSON and YAML --- .gitignore | 1 + JSON | 1 + JSON.pm | 1 + YAML | 1 + YAML.pm | 1 + 5 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 120000 JSON create mode 120000 JSON.pm create mode 120000 YAML create mode 120000 YAML.pm 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 -- cgit v1.2.3-1-g7c22