Add stub POD to these modules to get them to pass the POD test.

This commit is contained in:
Colin Kuskie 2009-01-26 23:35:51 +00:00
parent 3a172a9e3d
commit 787697adce
8 changed files with 398 additions and 6 deletions

View file

@ -20,6 +20,11 @@ use HTML::Template::Expr;
#-------------------------------------------------------------------
=head2 _rewriteVars
=cut
sub _rewriteVars { # replace dots with underscrores in keys (except in keys that aren't usable as variables (URLs etc.))
my $vars = shift;
my $newVars = {};