Add stub POD to these modules to get them to pass the POD test.
This commit is contained in:
parent
3a172a9e3d
commit
787697adce
8 changed files with 398 additions and 6 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue