SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Catalyst-Plugin-Static-Simple rpm build for : openSUSE Tumbleweed. For other distributions click perl-Catalyst-Plugin-Static-Simple.

Name : perl-Catalyst-Plugin-Static-Simple
Version : 0.37 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.57 Date : 2024-08-05 18:18:32
Group : Unspecified Source RPM : perl-Catalyst-Plugin-Static-Simple-0.37-1.57.src.rpm
Size : 0.06 MB
Packager : (none)
Summary : Make serving static pages painless
Description :
The Static::Simple plugin is designed to make serving static content in
your application during development quick and easy, without requiring a
single line of code from you.

This plugin detects static files by looking at the file extension in the
URL (such as *.css* or *.png* or *.js*). The plugin uses the lightweight
MIME::Types module to map file extensions to IANA-registered MIME types,
and will serve your static files with the correct MIME type directly to the
browser, without being processed through Catalyst.

Note that actions mapped to paths using periods (.) will still operate
properly.

If the plugin can not find the file, the request is dispatched to your
application instead. This means you are responsible for generating a \'404\'
error if your application can not process the request:


/images/exists.png




/images/does_not_exist.png

Though Static::Simple is designed to work out-of-the-box, you can tweak the
operation by adding various configuration options. In a production
environment, you will probably want to use your webserver to deliver static
content; for an example see USING WITH APACHE, below.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/openSUSE_Tumbleweed/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Catalyst-Plugin-Static-Simple-0.37-1.57.noarch.rpm
     

Provides :
perl(Catalyst::Plugin::Static::Simple)
perl-Catalyst-Plugin-Static-Simple

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(Catalyst::Runtime) >= 5.80008
perl(MIME::Types) >= 2.03
perl(Moose)
perl(namespace::autoclean)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Catalyst
/usr/lib/perl5/vendor_perl/5.40.0/Catalyst/Plugin
/usr/lib/perl5/vendor_perl/5.40.0/Catalyst/Plugin/Static
/usr/lib/perl5/vendor_perl/5.40.0/Catalyst/Plugin/Static/Simple.pm
/usr/share/doc/packages/perl-Catalyst-Plugin-Static-Simple
/usr/share/doc/packages/perl-Catalyst-Plugin-Static-Simple/Changes
/usr/share/doc/packages/perl-Catalyst-Plugin-Static-Simple/README
/usr/share/licenses/perl-Catalyst-Plugin-Static-Simple
/usr/share/licenses/perl-Catalyst-Plugin-Static-Simple/LICENSE
/usr/share/man/man3/Catalyst::Plugin::Static::Simple.3pm.gz

 
ICM