[Cpan-forum-commit] rev 176 - in trunk: . lib/CPAN schema t/mech templates

svn at pti.co.il svn at pti.co.il
Sat Aug 26 19:47:46 IDT 2006


Author: gabor
Date: 2006-08-26 19:47:45 +0300 (Sat, 26 Aug 2006)
New Revision: 176

Modified:
   trunk/
   trunk/Build.PL
   trunk/lib/CPAN/Forum.pm
   trunk/schema/schema.sql
   trunk/t/mech/100-auth.t
   trunk/templates/about.tmpl
   trunk/templates/faq.tmpl
Log:
update version number FAQ and list of modules used in the about page



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:11018
   + 8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:11021

Modified: trunk/Build.PL
===================================================================
--- trunk/Build.PL	2006-08-26 13:02:00 UTC (rev 175)
+++ trunk/Build.PL	2006-08-26 16:47:45 UTC (rev 176)
@@ -44,6 +44,7 @@
     build_requires => {
         'Test::More'                            => 0.47,
         'Test::WWW::Mechanize'                  => 0.02,
+        'Test::WWW::Mechanize::CGI'             => 0,
     },
     dist_author => 'Gabor Szabo <gabor at pti.co.il>',
 );

Modified: trunk/lib/CPAN/Forum.pm
===================================================================
--- trunk/lib/CPAN/Forum.pm	2006-08-26 13:02:00 UTC (rev 175)
+++ trunk/lib/CPAN/Forum.pm	2006-08-26 16:47:45 UTC (rev 176)
@@ -2,9 +2,9 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.11_02";
+our $VERSION = '0.12';
 
-use base "CGI::Application";
+use base 'CGI::Application';
 use CGI::Application::Plugin::Session;
 use CGI::Application::Plugin::LogDispatch;
 use Data::Dumper qw(Dumper);

Modified: trunk/schema/schema.sql
===================================================================
--- trunk/schema/schema.sql	2006-08-26 13:02:00 UTC (rev 175)
+++ trunk/schema/schema.sql	2006-08-26 16:47:45 UTC (rev 176)
@@ -139,4 +139,3 @@
 CREATE UNIQUE INDEX groups_name ON groups (name);
 CREATE INDEX posts_thread ON posts (thread);
 CREATE INDEX posts_gid ON posts (gid);
-

Modified: trunk/t/mech/100-auth.t
===================================================================
--- trunk/t/mech/100-auth.t	2006-08-26 13:02:00 UTC (rev 175)
+++ trunk/t/mech/100-auth.t	2006-08-26 16:47:45 UTC (rev 176)
@@ -103,3 +103,9 @@
     BEGIN { $tests += 6; }
 }
 
+{
+    $w_user->follow_link_ok({ text => 'home' });
+    $w_user->follow_link_ok({ text => 'mypan' });
+
+    BEGIN { $tests += 2; }
+}

Modified: trunk/templates/about.tmpl
===================================================================
--- trunk/templates/about.tmpl	2006-08-26 13:02:00 UTC (rev 175)
+++ trunk/templates/about.tmpl	2006-08-26 16:47:45 UTC (rev 176)
@@ -31,8 +31,11 @@
 		<li><a href="/dist/Class-DBI">Class::DBI</a></li>
 		<li><a href="/dist/DBD-SQLite">DBD::SQLite</a></li>
 		<li><a href="/dist/WWW-Mechanize">WWW::Mechanize</a></li>
+		<li><a href="/dist/Test-WWW-Mechanize">Test::WWW::Mechanize</a></li>
+		<li><a href="/dist/Test-WWW-Mechanize-CGI">Test::WWW::Mechanize::CGI</a></li>
 		<li><a href="/dist/XML-RSS-SimpleGen">XML::RSS::SimpleGen</a></li>
 		<li><a href="/dist/Mail-Sendmail">Mail::Sendmail</a></li>
+		<li><a href="/dist/Text-CSV_XS">Text::CSV_XS</a></li>
 		<li><a href="/dist/Parse-RecDescent">Parse::RecDescent</a></li>
 		<li><a href="/dist/Class-DBI-Plugin-AbstractCount">Class::DBI::Plugin::AbstractCount</a></li>
 		<li><a href="/dist/Class-DBI-Plugin-Pager">Class::DBI::Plugin::Pager</a></li>

Modified: trunk/templates/faq.tmpl
===================================================================
--- trunk/templates/faq.tmpl	2006-08-26 13:02:00 UTC (rev 175)
+++ trunk/templates/faq.tmpl	2006-08-26 16:47:45 UTC (rev 176)
@@ -38,6 +38,8 @@
 		<ul>
 			<li> http://www.cpanforum.com/rss/all 10 latest posts</li>
 			<li> http://www.cpanforum.com/rss/dist/Distro-Name 10 latest posts in distro</li>
+			<li> http://www.cpanforum.com/rss/author/PAUSEID 10 latest posts
+                 in any of the distros of the given CPAN author</li>
 		</ul>
 	</dd>
 	<dt><a name="why">Why do I need this? We already have our mailing list!</a></dt>
@@ -89,13 +91,19 @@
 		CPAN::Forum provide module categorizations.<br />
 		You can find me on PerlMonks as <a href="http://www.perlmonks.org/?node_id=415035">SZABGAB</a>.<br/>
 		There was a thread on Perl Monks with a 
-		<a href="http://www.perlmonks.org/index.pl?node_id=196112">
-		similar idea</a> but appearently without implementation.<br />
+		<a href="http://www.perlmonks.org/index.pl?node_id=196112">similar idea</a> 
+        but appearently without implementation.<br />
 		It is a nice discussion though.
 	</dd>
 	<dt><a name="notify">Can I get notified when a new post arrives?</a></dt>
 	<dd>
-		Yes, you can subscribe to e-mail alerts for each distribution. You have 3 options:
+		Yes, you can subscribe to e-mail alerts for 
+        <ol> 
+            <li> all the distributions</li>
+            <li> all the distributions of a given CPAN author</li>
+            <li> a single distribution</li>
+        </ol>
+        In each case you have 3 options:
 		<ol>
 			<li> All messages - you get notification about every message sent to this group </li>
 			<li> Thread starters - Whenever someone starts a new thread you get a notification.



More information about the Cpan-forum-commit mailing list