diff options
Diffstat (limited to 'Bugzilla/Template/Context.pm')
-rw-r--r-- | Bugzilla/Template/Context.pm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Bugzilla/Template/Context.pm b/Bugzilla/Template/Context.pm index 1edc0422c..61fcba4d6 100644 --- a/Bugzilla/Template/Context.pm +++ b/Bugzilla/Template/Context.pm @@ -98,3 +98,15 @@ sub DESTROY { }; 1; + +=head1 B<Methods in need of POD> + +=over + +=item stash + +=item filter + +=item process + +=back |