pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Mojolicious
Module Name: pkgsrc
Committed By: wen
Date: Sun Sep 8 01:30:17 UTC 2013
Modified Files:
pkgsrc/www/p5-Mojolicious: Makefile distinfo
Log Message:
Update to 4.33
Upstream changes:
4.33 2013-09-07
- Fixed portability bug in Mojo::IOLoop::Delay.
4.32 2013-09-06
- Added error event to Mojo::IOLoop::Delay.
4.31 2013-09-04
- Deprecated mode specific methods in application class.
sub production_mode {...}
becomes (in the startup method)
if ($app->mode eq 'production') {...}
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/p5-Mojolicious/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/p5-Mojolicious/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index