libcatalyst-perl 5.90097-1 source package in Ubuntu
Changelog
libcatalyst-perl (5.90097-1) unstable; urgency=medium [ Axel Beckert ] * debian/copyright: Update Chisel Wright's e-mail address. Issue reported by DUCK. [ gregor herrmann ] * Import upstream version 5.90097 Fixes "FTBFS: t/aggregate/live_engine_request_parameters.t fails" (Closes: #795202) * Update years of upstream and packaging copyright. * Update debian/patches/man-whatis.patch. The POD error was moved into a different file, so adjust our patch. * Update versioned (build) dependencies. * Add a note about encoding changes to debian/NEWS. * Bump debhelper compatibility level to 9. * Add a patch to fix some spelling mistakes in the POD. * Mark package as autopkgtest-able. * Add explicit (build) dependency on libcgi-pm-perl. * Add additional optional packages to Build-Depends-Indep and Suggests. -- gregor herrmann <email address hidden> Wed, 12 Aug 2015 12:16:42 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcatalyst-perl_5.90097-1.dsc | 4.1 KiB | db7a32425449dab73c7febbbc4dd5a905981949d899c4d13e47d8b62671929b8 |
libcatalyst-perl_5.90097.orig.tar.gz | 370.3 KiB | e7c3c04a5773593ba17dcd0a46e6216835f4f358d1450d17f52f382d4bf335e3 |
libcatalyst-perl_5.90097-1.debian.tar.xz | 11.5 KiB | 27458670d5b599eadbbecf20402bc96c6ff8932c55121834372cd61295708883 |
Available diffs
- diff from 5.90075-2 to 5.90097-1 (95.7 KiB)
No changes file available.
Binary packages built by this source
- libcatalyst-perl: elegant Model-View-Controller Web Application Framework
Catalyst is an elegant web application framework, extremely flexible yet very
simple. It's similar to Ruby on Rails, Spring (Java) and Maypole, upon which
it was originally based.
.
Catalyst follows the Model-View-Controller (MVC) design pattern, allowing you
to easily separate concerns, like content, presentation, and flow control,
into separate modules. This separation allows you to modify code that handles
one concern without affecting code that handles the others. Catalyst promotes
the re-use of existing Perl modules that already handle common web application
concerns well.
.
This package only contains the Catalyst::Runtime module. If you want to develop
your own web applications install libcatalyst-modules- perl as well.