Author: kake Date: 2007-06-09 15:38:14 +0100 (Sat, 09 Jun 2007) New Revision: 1044
Modified: trunk/lib/OpenGuides.pm Log: Fix uninitialized value warning in test 53 (fixes #168).
Modified: trunk/lib/OpenGuides.pm =================================================================== --- trunk/lib/OpenGuides.pm 2007-06-09 14:11:28 UTC (rev 1043) +++ trunk/lib/OpenGuides.pm 2007-06-09 14:38:14 UTC (rev 1044) @@ -781,6 +781,9 @@ return_output => 1, );
+If either the C<type> or the C<value> parameter is omitted, then all pages +will be returned. + =cut
sub show_index { @@ -906,7 +909,6 @@
%conf = ( %conf, - node => "$args{type} index", # KLUDGE template => $template, tt_vars => %tt_vars, );