You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by ge...@apache.org on 2005/02/09 16:56:51 UTC

svn commit: r153082 - in perl/modperl/docs/trunk/src/test: ./ config.cfg

Author: geoff
Date: Wed Feb  9 07:56:50 2005
New Revision: 153082

URL: http://svn.apache.org/viewcvs?view=rev&rev=153082
Log:
whoops - when you copy a directory .svn goes with it...

Added:
    perl/modperl/docs/trunk/src/test/
    perl/modperl/docs/trunk/src/test/config.cfg

Added: perl/modperl/docs/trunk/src/test/config.cfg
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/test/config.cfg?view=auto&rev=153082
==============================================================================
--- perl/modperl/docs/trunk/src/test/config.cfg (added)
+++ perl/modperl/docs/trunk/src/test/config.cfg Wed Feb  9 07:56:50 2005
@@ -0,0 +1,17 @@
+use vars qw(@c);
+@c = (
+    id => 'test',
+
+    title => "Apache-Test project",
+
+    abstract => <<EOB,
+This is a placeholder for the Apache-Test project homepage.
+EOB
+
+);
+
+
+# don't forget!!!
+1;
+
+__END__



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org