From: <ik...@us...> - 2009-10-02 23:16:16
|
Revision: 70 http://webfetch.svn.sourceforge.net/webfetch/?rev=70&view=rev Author: ikluft Date: 2009-10-02 23:16:06 +0000 (Fri, 02 Oct 2009) Log Message: ----------- make pod-coverage tests pass for WebFetch::Output::TWiki Modified Paths: -------------- branches/v0.14/lib/WebFetch/Output/TWiki.pm branches/v0.14/t/pod-coverage.t Modified: branches/v0.14/lib/WebFetch/Output/TWiki.pm =================================================================== --- branches/v0.14/lib/WebFetch/Output/TWiki.pm 2009-09-28 23:51:58 UTC (rev 69) +++ branches/v0.14/lib/WebFetch/Output/TWiki.pm 2009-10-02 23:16:06 UTC (rev 70) @@ -490,6 +490,12 @@ } } +=item $obj->fmt_handler_twiki( $filename ) + +This function outputs the data to the metadata on a page on a TWiki system. + +=cut + # TWiki format handler sub fmt_handler_twiki { Modified: branches/v0.14/t/pod-coverage.t =================================================================== --- branches/v0.14/t/pod-coverage.t 2009-09-28 23:51:58 UTC (rev 69) +++ branches/v0.14/t/pod-coverage.t 2009-10-02 23:16:06 UTC (rev 70) @@ -25,7 +25,7 @@ "WebFetch::Data::Record" => [ qw( new init data ) ], "WebFetch::Output::TT" => [ qw( new fetch ) ], "WebFetch::Output::Dump" => [ qw( new fetch ) ], - "WebFetch::Output::TWiki" => [ qw( new fetch ) ], + "WebFetch::Output::TWiki" => [ qw( new fetch get_twiki_config write_to_twiki write_to_twiki_metadata write_to_twiki_topics ) ], "WebFetch::Input::RSS" => [ qw( new fetch extract_value parse_input parse_rss printstamp ) ], "WebFetch::Input::Atom" => [ qw( new fetch extract_value This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |