]> sipb.mit.edu Git - ikiwiki.git/commitdiff
bug report + patch: unnecessary YAML::Any dependency
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>
Sun, 4 Apr 2010 14:03:51 +0000 (14:03 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Sun, 4 Apr 2010 14:03:51 +0000 (14:03 +0000)
doc/plugins/contrib/field/discussion.mdwn

index ad17f87e6472b1eb70938ed2f42b8a4a420ace86..c2b75a76d96a5a2141079b440db0c22e72f8b3de 100644 (file)
@@ -84,3 +84,11 @@ I think it should just be part of `field` rather than a separate plugin.
        }
 
        1;
+
+-------
+
+Bug report: `field` has an unnecessary `use YAML::Any`, presumably from before
+you separated out `ymlfront`. Trivial patch available from
+field-etc branch in git://git.pseudorandom.co.uk/git/smcv/ikiwiki.git (gitweb:
+<http://git.pseudorandom.co.uk/smcv/ikiwiki.git?a=shortlog;h=refs/heads/field-etc>)
+--[[smcv]]