Now whip it. Into shape. Shape it up. Get straight. Go forward. Move ahead. Try to...
[catagits/Task-Catalyst.git] / Catalyst.pm
diff --git a/Catalyst.pm b/Catalyst.pm
deleted file mode 100644 (file)
index 6ca3da3..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-package Task::Catalyst;
-
-use strict;
-
-our $VERSION = '1.90';
-
-=head1 NAME
-
-Task::Catalyst - All you need to start with Catalyst
-
-=head1 SYNOPSIS
-
-C<perl -MCPAN -e 'install Task::Catalyst'>
-
-=head1 DESCRIPTION
-
-Installs everything you need to write serious Catalyst applications.
-
-L<Catalyst>
-
-L<Catalyst::Log::Log4perl>
-
-L<Catalyst::Plugin::HTML::Widget>
-
-L<Catalyst::Plugin::StackTrace>
-
-L<Catalyst::Plugin::Prototype>
-
-L<Catalyst::Plugin::Singleton>
-
-L<Catalyst::Plugin::DefaultEnd>
-
-L<Catalyst::Plugin::SubRequest>
-
-L<Catalyst::Plugin::Session>
-
-L<Catalyst::Plugin::Session::Store::File>
-
-L<Catalyst::Plugin::Session::State::Cookie>
-
-L<Catalyst::Plugin::Session::State::URI>
-
-L<Catalyst::Plugin::Authentication>
-
-L<Catalyst::Plugin::Authentication::Store::DBIC>
-
-L<Catalyst::Plugin::Authentication::Store::Htpasswd>
-
-L<Catalyst::Plugin::Authorization::ACL>
-
-L<Catalyst::Plugin::Authorization::Roles>
-
-L<Catalyst::Plugin::I18N>
-
-L<Catalyst::Plugin::XMLRPC>
-
-L<Catalyst::Plugin::Pluggable>
-
-L<Catalyst::Model::DBIC::Schema>
-
-L<Catalyst::View::TT>
-
-L<Test::WWW::Mechanize::Catalyst>
-
-L<DBD::SQLite>
-
-=head1 AUTHOR
-
-Sebastian Riedel, C<sri@oook.de>
-
-=head1 LICENSE
-
-This library is free software, you can redistribute it and/or modify it under
-the same terms as Perl itself.
-
-=cut
-
-1;