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

Changelog

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

  * Team upload

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libmime-types-perl.
    + libcatalyst-plugin-static-simple-perl: Drop versioned constraint on
      libmime-types-perl in Depends.
    + libcatalyst-plugin-static-simple-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Replaces.
    + libcatalyst-plugin-static-simple-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Breaks.

  [ Florian Schlichting ]
  * Import upstream version 0.37.
  * Remove d/copyright paragraph for deleted M::I in inc/
  * Drop obsolete (build-)dependency on MooseX::Types
  * Annotate test-only build dependencies with <!nocheck>
  * Bump dh compat to level 13
  * Declare compliance with Debian Policy 4.6.0
  * Add Rules-Requires-Root: no
  * Update upstream metadata

 -- Florian Schlichting <email address hidden>  Sat, 25 Sep 2021 21:42:53 +0800

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-plugin-static-simple-perl_0.37-1.dsc 2.4 KiB 59c23deeee5d70602c8213bba60a49a591051cf1ed4278f1a83dea3ce27c603e
libcatalyst-plugin-static-simple-perl_0.37.orig.tar.gz 27.9 KiB 5a4d85a3588cd4e83f1b002581412e7d71b7d57f66056e5d87a36f93d89c9e7c
libcatalyst-plugin-static-simple-perl_0.37-1.debian.tar.xz 2.9 KiB 8adc0448c80c93601b81b57195ca7f0bd1155475c629812103b130fb4c9941e3

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.