pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/p5-CatalystX-CRUD
Module Name: pkgsrc
Committed By: sno
Date: Thu Apr 30 20:14:45 UTC 2009
Modified Files:
pkgsrc/databases/p5-CatalystX-CRUD: Makefile distinfo
Log Message:
PkgSrc changes:
- Updating package for p5 module CatalystX::CRUD from 0.39 to 0.43
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
0.40 16 April 2009
* change base Controller to call can_read() rather than can_write() in
edit().
This is because the call to edit() does not actually write anything;
it's just a GET
for a form.
0.41 21 April 2009
* remove Catalyst::Component::ACCEPT_CONTEXT as a dependency since it
has not been
updated for Catalyst 5.8.
0.42 27 April 2009
* revert ACCEPT_CONTEXT changes; fixes pushed to new C::C::A_C on CPAN,
and added no warnings
using Class::C3::Adopt::NEXT (thanks to t0m)
* change from 'use Class::C3' to 'use mro "c3"' with new dep on
MRO::Compat
* added some debugging in tests
0.43 29 April 2009
* rid of ourselves of Class::Data::Inheritable because it clashes with
Catalyst::Runtime 5.8.
Notably, it caused a strange bug in Rose::DBx::Garden::Catalyst where
the MyApp->config
class hashref would get nuked after a call to
Class::C3::initialize(). Yes. That fsked up.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/p5-CatalystX-CRUD/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/p5-CatalystX-CRUD/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