=head1 Welcome to Catalyst This is the Runtime distribution for the L. For more information about Catalyst, write perldoc Catalyst at the command line, or visit http://www.catalystframework.org/. =head2 Getting Started 1. Install Catalyst if you haven't yet: cpanm Catalyst 2. Create a new catalyst application: catalyst.pl DemoApp 3. Change the directory to the newly created directory and start the built-in developer server cd DemoApp; plackup -Ilib demoapp.psgi 4. Go to http://localhost:5000 and you'll see the default welcome page. =head2 Resources You can also install L from CPAN for more comprehensive information. If you are going to write your own Catalyst application, you will need to install L. Afterwards run I for more information about creating your first app. =head2 Contributing If you would like to contribute to Catalyst, please L on IRC, or visit the L.