summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..45bd882
--- /dev/null
+++ b/TODO
@@ -0,0 +1,13 @@
+add tests to see if plugin loading fails appropriately
+
+fiddle so that we can:
+ optionally only load certain plugins
+ optionally load all plugins except foo bar and baz
+ default to loading all
+the best way to do this is to have our own import() and do it at
+use() time, so dumping Exporter
+
+be paranoid about plugins trampling on each other?
+
+what about plugins overriding default behaviour?
+ hehe, Data::Compare::Approximate :-)