summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-12-10 13:34:52 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-12-10 13:34:52 +0000
commit8fddd4400d09891094843fe9e77fec74e4510c67 (patch)
tree23dbb27d11e56cf6586d93b091c708fa111a7a2d /TODO
downloadData-Compare-tarball-8fddd4400d09891094843fe9e77fec74e4510c67.tar.gz
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 :-)