From b9d3e791a1d7a41cd9b5fb036d7da177ae4d5f1b Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Sat, 6 May 2006 14:45:31 +0000 Subject: [PATCH] pod fix --- lib/WebGUI/International.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/WebGUI/International.pm b/lib/WebGUI/International.pm index 50a801c80..c1afbca5f 100644 --- a/lib/WebGUI/International.pm +++ b/lib/WebGUI/International.pm @@ -56,6 +56,8 @@ These functions/methods are available from this package: This method is used to help developers work with i18n before i18n files have been created. echo simply returns the internationId. +=cut + sub echo { my ($self, $id, $namespace, $language) = @_; return $id;