Files
oddmuse/modules
Alex Schroeder 0666ed13af Return objects where it begs for it
sub ParseData is fully backwards compatible. If some module runs it in list
context, then it will get listified hash like previously. New code should
always run it in scalar context though (everything in our code base
was changed according to that).

sub GetTextRevision is not backwards compatible (don't let “wantarray” usage
to confuse you). Most modules do not touch that subroutine, so we are probably
fine (modules from our git repo that do use were changed accordingly).

“EncodePage(%$page)” looks wrong. It seems like we should change it to accept
hash ref.
2015-09-04 04:55:48 +03:00
..
2015-08-20 14:59:00 +03:00
2015-09-04 04:55:48 +03:00
2015-09-04 04:55:48 +03:00
2014-11-06 21:48:08 +01:00
2015-09-04 04:55:48 +03:00
2015-07-28 10:47:21 +02:00
2015-08-18 11:11:13 +02:00
2015-08-18 11:11:13 +02:00
2015-09-04 04:55:48 +03:00
2015-07-28 10:49:42 +02:00
2014-08-13 12:06:55 +02:00