aboutsummaryrefslogtreecommitdiff
path: root/cpanfile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-03-20 13:43:48 +0000
committerdakkar <dakkar@thenautilus.net>2019-03-20 13:43:48 +0000
commit2a0a5f3a7aceca23993fa33aa012b9ccf5d1eade (patch)
treed0ea5f73434ec7785897cc5f38ae76c61786a223 /cpanfile
parentgitignore (diff)
downloadgobbledegook-2a0a5f3a7aceca23993fa33aa012b9ccf5d1eade.tar.gz
gobbledegook-2a0a5f3a7aceca23993fa33aa012b9ccf5d1eade.tar.bz2
gobbledegook-2a0a5f3a7aceca23993fa33aa012b9ccf5d1eade.zip
plot the data from the BT server
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
new file mode 100644
index 0000000..0bbcc54
--- /dev/null
+++ b/cpanfile
@@ -0,0 +1,3 @@
+# -*- mode: perl -*-
+requires 'Path::Tiny';
+requires 'Chart::Plotly';