libcatalyst-perl 5.80032-1 source package in Ubuntu

Changelog

libcatalyst-perl (5.80032-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
  * Add libcatalystx-leakchecker-perl to B-D-I and Suggests
  * Note that copyright is held by various contributors, and estimate
    years of copyright based on upstream releases
  * Cleaned up dependencies (put each on their own lines) to make
    diffs more useful

  [ gregor herrmann ]
  * Add perl (>= 5.10.1) as an alternative for libparent-perl.

libcatalyst-perl (5.80030-1) unstable; urgency=low

  * New upstream release.
  * Breaks: libcatalyst-modules-perl (<< 32~) for
    Catalyst::Plugin::Authentication 0.10010 or earlier.
  * Bump (build-)dep on libmoosex-methodattributes-perl to >= 0.24.
  * libclass-data-inheritable-perl is only a build-time dependency.
  * Update my email address.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:01:45 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcatalyst-perl_5.80032.orig.tar.gz 248.5 KiB 5d48f199d710e0456bf82eca0a7c2b8d19c62c754b5da435b11c52d01d4c0618
libcatalyst-perl_5.80032-1.debian.tar.gz 7.2 KiB 81453473a5f041983f34b278c1697467cb20514855176b3b1f42ce364ca045d4
libcatalyst-perl_5.80032-1.dsc 3.3 KiB 62dac5c3befd8078cd25b25575777866be09d24dd89b1ce239dc9599ff4ff442

Available diffs

View changes file

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.