Hi, Running Catalyst::Plugin::Scheduler v0.08 with Catalyst::Runtime 5.8 + perl 5.10 is producing following warnings:
Catalyst::Plugin::Scheduler is trying to use NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details at ... Catalyst-Plugin-Scheduler-0.08/blib/lib/Catalyst/Plugin/Scheduler.pm line 175 As I require the use of this library in one of my cat apps (Catalyst::Runtime 5.7011 + perl 5.8.8, and eventually Catalyst::Runtime 5.8+) I've decided to replace its use of NEXT with MRO::Compat so it is compatible with versions of perl < 5.9.5 as well as for Catalyst::Runtime 5.8+. Attached are my diffs and I've put the version number up to 0.09. Passes in Catalyst::Runtime 5.8 + perl 5.10. Passes in Catalyst::Runtime 5.7011 + perl 5.8.8. As I've not attempted this before I was wondering if you could see if I've gone about this patch in the correct way. Also, as I've had no response from the author, what would the procedure be re. possibly applying this patch? For more info on this please see: http://search.cpan.org/~agrundma/Catalyst-Plugin-Scheduler-0.08/lib/Catalyst/Plugin/Scheduler.pm Many thanks, Anthony Gladdish
Patch-Catalyst-Plugin-Scheduler.pm-0.08-0.09
Description: Patch-Catalyst-Plugin-Scheduler.pm-0.08-0.09
Patch-Changes-0.08-0.09
Description: Patch-Changes-0.08-0.09
Patch-t-lib-Catalyst-Plugin-PluginTest-0.08-0.09
Description: Patch-t-lib-Catalyst-Plugin-PluginTest-0.08-0.09
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
