libcatalyst-plugin-static-simple-perl 0.36-1 source package in Ubuntu

Changelog

libcatalyst-plugin-static-simple-perl (0.36-1) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Damyan Ivanov ]
  * New upstream version 0.36

 -- Damyan Ivanov <email address hidden>  Sun, 18 Mar 2018 07:38:11 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-plugin-static-simple-perl_0.36-1.dsc 2.4 KiB 1c225e7352ffecb571ea327289a065d9333c0782cbaf60ff54f2879ed12da343
libcatalyst-plugin-static-simple-perl_0.36.orig.tar.gz 43.5 KiB 36b7338f96bef4f2685f7a4555b1519793ae7783bd3d6d22c97f3b718f309454
libcatalyst-plugin-static-simple-perl_0.36-1.debian.tar.xz 2.6 KiB 4d43aa25d71d9d019eceee72761a9a1de08a070d5423dd1cfded43c78b0fabbf

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-plugin-static-simple-perl: Catalyst plugin for easy serving of static pages

 Catalyst::Plugin::Static::Simple 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.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.