Current version is 0.03.
Distribution from this site.
CPAN site
NAME
PAR::Repository::Web - A simple web viewer for PAR::Repository
SYNOPSIS
cp examples/par_repository_web.pl .
cp -r examples/testrepo .
script/par_repository_web_server.pl
DESCRIPTION
PAR::Repository::Web is a simple (read-only) web interface to a
PAR::Repository. It can display the contents of one or more
repositories, both local and remote. The displayed information includes
the list of distributions, scripts and modules provided.
SEE ALSO
PAR::Repository, PAR::Repository::Client, PAR::Repository::Query,
PAR::Dist
Catalyst
COPYRIGHT AND LICENSE
Copyright 2006-2008 by Steffen Mueller
This library is free software, you can redistribute it and/or modify it
under the same terms as Perl itself.
PAR::Repository::Web
PAR::Repository::Web::Controller::Repos
PAR::Repository::Web::Controller::Root
PAR::Repository::Web::Model::Repository
PAR::Repository::Web::DataSource::MemoryCachedRepository
PAR::Repository::Web::DataSource::MockupClient
PAR::Repository::Web::DataSource::Repository
PAR::Repository::Web::View::TToolkit
This file documents the revision history for Perl extension PAR::Repository::Web.
0.03 Sun Sep 5 13:05 2010
- Add missing dependency on Catalyst::View::TT
- Update Catalyst server scripts
- Drop Catalyst::Plugin::DefaultEnd
- Use Catalyst::Action::RenderView
0.02 Mon Aug 30 10:20 2010
- Add missing dependency to Makefile.PL
0.01 Sun Jun 29 11:05 2008
- initial revision, generated by Catalyst
(c) 2002-2010 Steffen Müller; All rights reserved.