[Cpan-forum-commit] rev 60 - in trunk: . lib/CPAN lib/CPAN/Forum

svn at pti.co.il svn at pti.co.il
Wed Feb 2 15:40:07 IST 2005


Author: gabor
Date: 2005-02-02 15:40:07 +0200 (Wed, 02 Feb 2005)
New Revision: 60

Modified:
   trunk/MANIFEST
   trunk/lib/CPAN/Forum.pm
   trunk/lib/CPAN/Forum/Markup.pm
Log:
one more template to include

Modified: trunk/MANIFEST
===================================================================
--- trunk/MANIFEST	2005-02-02 12:33:01 UTC (rev 59)
+++ trunk/MANIFEST	2005-02-02 13:40:07 UTC (rev 60)
@@ -58,6 +58,7 @@
 templates/notes.tmpl
 templates/module_search_form.tmpl
 templates/module_select_form.tmpl
+templates/message_in_thread.tmpl
 
 www/cgi/index.pl
 www/robots.txt

Modified: trunk/lib/CPAN/Forum/Markup.pm
===================================================================
--- trunk/lib/CPAN/Forum/Markup.pm	2005-02-02 12:33:01 UTC (rev 59)
+++ trunk/lib/CPAN/Forum/Markup.pm	2005-02-02 13:40:07 UTC (rev 60)
@@ -82,6 +82,23 @@
 }
 
 
+=head1 NAME
 
+CPAN::Forum::Markup - Markup definitions and processing for CPAN::Forum
+
+=head1 SYNOPSIS
+
+	my $markup = CPAN::Forum::Markup->new();
+	my $result = $markup->posting_process($new_text) ;
+
+=head1 DESCRIPTION
+
+Based on Parse::RecDescent, this module provide a method to check if a give
+piece of text is a valid post. It returns the text in the format it could be
+sent to the user or returns undef if the text is invalid.
+
+=cut
+
+
 1;
 

Modified: trunk/lib/CPAN/Forum.pm
===================================================================
--- trunk/lib/CPAN/Forum.pm	2005-02-02 12:33:01 UTC (rev 59)
+++ trunk/lib/CPAN/Forum.pm	2005-02-02 13:40:07 UTC (rev 60)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.10";
+our $VERSION = "0.10_01";
 
 use base "CGI::Application";
 use CGI::Application::Plugin::Session;



More information about the Cpan-forum-commit mailing list