libcatalyst-plugin-static-simple-perl 0.33-2 source package in Ubuntu

Changelog

libcatalyst-plugin-static-simple-perl (0.33-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Fix autopkgtests. Don't run smoke tests in t/author/.
  * Declare compliance with Debian Policy 4.0.0.

 -- gregor herrmann <email address hidden>  Wed, 02 Aug 2017 13:05:16 -0400

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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-plugin-static-simple-perl_0.33-2.dsc 2.5 KiB d4e181b5f11d85144f3148058e8511c53ac3d972a41c248e19ed2c5ed4addd74
libcatalyst-plugin-static-simple-perl_0.33.orig.tar.gz 43.7 KiB 5e5713b45d01495477609b9084c114f6238be1782923fd12d61ac00f97080ec1
libcatalyst-plugin-static-simple-perl_0.33-2.debian.tar.xz 2.5 KiB 17348e0311d3a49e20b842172698639595f5cd7d6ff17fa13bd809ceea31d255

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.