- added Catalyst::Engine::HTTP
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual / Intro.pod
index 6527af6..042face 100644 (file)
@@ -552,23 +552,26 @@ 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
-
-or
-
-    perl -I/home/joeuser/myapp/lib -MCatalyst::Test=MyApp -e1 3000
+    script/server.pl
 
 ...then visit http://localhost:3000/ in a browser to view the output.
 
 You can also do it all from the command line:
 
-    perl bin/test http://localhost/
+    script/test.pl http://localhost/
 
-or
+Have fun!
 
-    perl -I/home/joeuser/myapp/lib -MCatalyst::Test=MyApp -e1 http://localhost/
+=head1 SUPPORT
 
-Have fun!
+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