Path to this page:
Subject: CVS commit: pkgsrc/www/p5-Catalyst-Devel
From: Jens Rehsack
Date: 2009-05-20 00:25:55
Message id: 20090519222555.25B1B175D0@cvs.netbsd.org
Log Message:
pkgsrc changes:
- Updating package for p5 module Catalyst::Devel from 1.12 to 1.15
- Adjusting dependencies according to META.yml
Upstream changes:
1.15 2009-05-13 20:02
- Remove -p option for pid file, and restore it to the port number,
as it should be -port|-p (t0m)
- Document -pidfile in myapp_server.pl POD (t0m)
1.14_02 2009-05-11 04:29
- Small changes to work with File::ChangeNotify 0.03.
1.14_01 2009-05-11 03:45
- This release moves the restarter functionality into a new
module Catalyst::Restarter, that is not a Catalyst Engine
subclass.
The new restarter is simpler and more reliable, because it
does not try to test if a changed piece of code can be
compiled. It simply restarts the server whenever it detects
changes. This also makes it much faster.
However, this does mean that the server can simply die when
a changed file cannot compile. This is different than the
old behavior, where the server remained running without
incorporating the change.
Finally, the new restarter relies on File::ChangeNotify,
which is designed to accomodate per-OS methods of detecting
changed files. As of this writing, it currently ships with a
file watcher that uses inotify on Linux systems, and a
default fallback class that does everything in pure Perl.
1.13 2009-05-11 02:50
- add [-pidfile|-p] option for myapp_server.pl (caelum)
- Bump dependency on Config::General (caelum)
- On perls with c3 method dispatch, make sure Class::C3 is recent
enough to not produce warnings if it is already installed (caelum)
- add resources to META.yml (caelum)
Files: