@@ -, +, @@ --- help.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/help.pl +++ a/help.pl @@ -17,6 +17,8 @@ # You should have received a copy of the GNU General Public License # along with Koha; if not, see . +#test string 1 + use Modern::Perl; use CGI qw ( -utf8 ); --