lots of updates!
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual / Intro.pod
index 6527af6..15f6ee8 100644 (file)
@@ -552,7 +552,7 @@ Catalyst has a built in http server for testing! (Later, you can easily use a mo
 
 Start your application on the command line...
 
-    perl bin/server
+    script/server.pl
 
 or
 
@@ -562,7 +562,7 @@ or
 
 You can also do it all from the command line:
 
-    perl bin/test http://localhost/
+    script/test.pl http://localhost/
 
 or
 
@@ -570,6 +570,17 @@ or
 
 Have fun!
 
+=head1 SUPPORT
+
+IRC:
+
+    Join #catalyst on irc.perl.org.
+
+Mailing-Lists:
+
+    http://lists.rawmode.org/mailman/listinfo/catalyst
+    http://lists.rawmode.org/mailman/listinfo/catalyst-dev
+
 =head1 AUTHOR
 
 Sebastian Riedel, C<sri@oook.de> and David Naughton, C<naughton@umn.edu>