From: Devin Austin Date: Sat, 13 Jun 2009 00:30:28 +0000 (+0000) Subject: Fixed podcoverage X-Git-Tag: 1.21_01~1^2~88 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=c6dbb30096930d7760de2090c474d39729ef4468 Fixed podcoverage --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 1f81f98..d021d3b 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -692,6 +692,31 @@ Writes content to a file. Called by L. Calculates the name of the next numbered test file and returns it. Don't give the number or the .t suffix for the test name. +=head2 Dir + +Alias for L + +=cut + +=head2 get_sharedir_file + +Method for getting a file out of share/ + +=cut + +=head2 render_file_contents + +Process a L template. + +=cut + +=head2 render_sharedir_file + +Render a template/image file from our share directory + +=cut + + =head1 NOTE The helpers will read author name from /etc/passwd by default.