SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Dancer rpm build for : RedHat EL 6. For other distributions click perl-Dancer.

Name : perl-Dancer
Version : 1.3091 Vendor : Dag Apt Repository, http://dag_wieers_com/apt/
Release : 1.el6.rf Date : 2012-04-05 23:13:58
Group : Applications/CPAN Source RPM : perl-Dancer-1.3091-1.el6.rf.src.rpm
Size : 0.80 MB
Packager : Steve Huff < shuff_vecna_org>
Summary : A minimal-effort oriented web application framework
Description :
Dancer is a web application framework designed to be as effortless as possible
for the developer, taking care of the boring bits as easily as possible, yet
staying out of your way and letting you get on with writing your code.

Dancer aims to provide the simplest way for writing web applications, and
offers the flexibility to scale between a very simple lightweight web service
consisting of a few lines of code in a single file, all the way up to a more
complex fully-fledged web application with session support, templates for views
and layouts, etc.

If you don\'t want to write CGI scripts by hand, and find Catalyst too big or
cumbersome for your project, Dancer is what you need.

Dancer has few pre-requisites, so your Dancer webapps will be easy to deploy.

Dancer apps can be used with a an embedded web server (great for easy testing),
and can run under PSGI/Plack for easy deployment in a variety of webserver
environments.

RPM found in directory: /vol/rzm3/linux-dag/redhat/el6/en/i386/dag/RPMS

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Dancer-1.3091-1.el6.rf.noarch.rpm
ftp.icm.edu.pl  perl-Dancer-1.3091-1.el6.rf.noarch.rpm
ftp.icm.edu.pl  perl-Dancer-1.3091-1.el6.rf.noarch.rpm
ftp.icm.edu.pl  perl-Dancer-1.3091-1.el6.rf.noarch.rpm
ftp.icm.edu.pl  perl-Dancer-1.3091-1.el6.rf.noarch.rpm
     

Provides :
perl(Dancer)
perl(Dancer::App)
perl(Dancer::Config)
perl(Dancer::Continuation)
perl(Dancer::Continuation::Halted)
perl(Dancer::Continuation::Route)
perl(Dancer::Continuation::Route::ErrorSent)
perl(Dancer::Continuation::Route::FileSent)
perl(Dancer::Continuation::Route::Forwarded)
perl(Dancer::Continuation::Route::Passed)
perl(Dancer::Continuation::Route::Templated)
perl(Dancer::Cookie)
perl(Dancer::Cookies)
perl(Dancer::Deprecation)
perl(Dancer::Engine)
perl(Dancer::Error)
perl(Dancer::Exception)
perl(Dancer::Exception::Base)
perl(Dancer::Factory::Hook)
perl(Dancer::FileUtils)
perl(Dancer::GetOpt)
perl(Dancer::HTTP)
perl(Dancer::Handler)
perl(Dancer::Handler::Debug)
perl(Dancer::Handler::PSGI)
perl(Dancer::Handler::Standalone)
perl(Dancer::Hook)
perl(Dancer::Hook::Properties)
perl(Dancer::Logger)
perl(Dancer::Logger::Abstract)
perl(Dancer::Logger::Capture)
perl(Dancer::Logger::Capture::Trap)
perl(Dancer::Logger::Console)
perl(Dancer::Logger::Diag)
perl(Dancer::Logger::File)
perl(Dancer::Logger::Note)
perl(Dancer::Logger::Null)
perl(Dancer::MIME)
perl(Dancer::ModuleLoader)
perl(Dancer::Object)
perl(Dancer::Object::Singleton)
perl(Dancer::Plugin)
perl(Dancer::Plugin::Ajax)
perl(Dancer::Renderer)
perl(Dancer::Request)
perl(Dancer::Request::Upload)
perl(Dancer::Response)
perl(Dancer::Route)
perl(Dancer::Route::Cache)
perl(Dancer::Route::Registry)
perl(Dancer::Serializer)
perl(Dancer::Serializer::Abstract)
perl(Dancer::Serializer::Dumper)
perl(Dancer::Serializer::JSON)
perl(Dancer::Serializer::Mutable)
perl(Dancer::Serializer::XML)
perl(Dancer::Serializer::YAML)
perl(Dancer::Session)
perl(Dancer::Session::Abstract)
perl(Dancer::Session::Simple)
perl(Dancer::Session::YAML)
perl(Dancer::SharedData)
perl(Dancer::Template)
perl(Dancer::Template::Abstract)
perl(Dancer::Template::Simple)
perl(Dancer::Template::TemplateToolkit)
perl(Dancer::Test)
perl(Dancer::Timer)
perl-Dancer

Requires :
perl >= 5.8.5
perl(Carp)
perl(Clone)
perl(Data::Dumper)
perl(Encode)
perl(FindBin)
perl(File::Basename)
perl(File::Spec)
perl(Getopt::Long)
perl(HTTP::Body) >= 1.07
perl(HTTP::Server::Simple::PSGI) >= 0.11
perl(JSON)
perl(LWP)
perl(MIME::Types)
perl(Template)
perl(Time::HiRes)
perl(URI)
perl(XML::Simple)
perl(YAML)
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
/usr/bin/perl
rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/bin/dancer
/usr/share/doc/perl-Dancer-1.3091
/usr/share/doc/perl-Dancer-1.3091/AUTHORS
/usr/share/doc/perl-Dancer-1.3091/CHANGES
/usr/share/doc/perl-Dancer-1.3091/LICENSE
/usr/share/doc/perl-Dancer-1.3091/META.yml
/usr/share/doc/perl-Dancer-1.3091/README
/usr/share/doc/perl-Dancer-1.3091/TODO
/usr/share/doc/perl-Dancer-1.3091/examples
/usr/share/doc/perl-Dancer-1.3091/examples/dancr
/usr/share/doc/perl-Dancer-1.3091/examples/dancr/dancr.pl
/usr/share/doc/perl-Dancer-1.3091/examples/dancr/public
/usr/share/doc/perl-Dancer-1.3091/examples/dancr/public/css
/usr/share/doc/perl-Dancer-1.3091/examples/dancr/public/css/style.css
/usr/share/doc/perl-Dancer-1.3091/examples/dancr/schema.sql
/usr/share/doc/perl-Dancer-1.3091/examples/dancr/views
/usr/share/doc/perl-Dancer-1.3091/examples/dancr/views/layouts
/usr/share/doc/perl-Dancer-1.3091/examples/dancr/views/layouts/main.tt
/usr/share/doc/perl-Dancer-1.3091/examples/dancr/views/login.tt
/usr/share/doc/perl-Dancer-1.3091/examples/dancr/views/show_entries.tt
/usr/share/man/man1/dancer.1.gz
/usr/share/man/man3/Dancer.3pm.gz
/usr/share/man/man3/Dancer::Config.3pm.gz
/usr/share/man/man3/Dancer::Cookbook.3pm.gz
/usr/share/man/man3/Dancer::Cookie.3pm.gz
/usr/share/man/man3/Dancer::Cookies.3pm.gz
/usr/share/man/man3/Dancer::Deployment.3pm.gz
/usr/share/man/man3/Dancer::Deprecation.3pm.gz
/usr/share/man/man3/Dancer::Development.3pm.gz
/usr/share/man/man3/Dancer::Development::Integration.3pm.gz
There is 138 files more in these RPM.

 
ICM