The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PAR::Repository::Web::Controller::Repos - Catalyst Controller for repository viewing

SYNOPSIS

See PAR::Repository::Web

DESCRIPTION

Catalyst Controller.

METHODS

repos

Implements /repos, the repository list.

show_repository

Implements /repos/ALIAS, the main page for a repository.

show_dist

Implements /repos/ALIAS/dist, the list of distributions in a repository.

show_module

Implements /repos/ALIAS/module, the list of modules in a repository.

show_script

Implements /repos/ALIAS/script, the list of script in a repository.

COPYRIGHT AND LICENSE

Copyright 2006-2010 by Steffen Mueller <smueller@cpan.org>

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.