Codebase list libmasonx-interp-withcallbacks-perl / 4cd1467
[svn-upgrade] Integrating new upstream version, libmasonx-interp-withcallbacks-perl (1.17) Niko Tyni 16 years ago
5 changed file(s) with 9 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension MasonX::Interp::WithCallbacks.
1
2 1.17 2007-07-24T19:37:47
3 - Fixed test failures with Mason 1.36. Patch from Niko Tyni.
14
25 1.16 2006-07-21T17:00:55
36 - Replaced broken passthrough Makefile.PL with a real Makefile.PL.
00 ---
11 name: MasonX-Interp-WithCallbacks
2 version: !!perl/hash:Module::Build::Version
3 original: 1.16
4 version:
5 - 1
6 - 160
2 version: 1.17
73 author:
84 - 'David Wheeler <david@kineticode.com>'
95 abstract: Mason callback support via Params::CallbackRequest.
2218 provides:
2319 MasonX::Interp::WithCallbacks:
2420 file: lib/MasonX/Interp/WithCallbacks.pm
25 version: 1.16
26 generated_by: Module::Build version 0.2804
21 version: 1.17
22 generated_by: Module::Build version 0.2808
2723 meta-spec:
2824 url: http://module-build.sourceforge.net/META-spec-v1.2.html
2925 version: 1.2
0 MasonX/Interp/WithCallbacks version 1.16
0 MasonX/Interp/WithCallbacks version 1.17
11 ========================================
22
33 MasonX::Interp::WithCallbacks subclasses HTML::Mason::Interp in order to
77
88 use vars qw($VERSION @ISA);
99 @ISA = qw(HTML::Mason::Interp);
10 $VERSION = '1.16';
10 $VERSION = '1.17';
1111
1212 Params::Validate::validation_options
1313 ( on_fail => sub { HTML::Mason::Exception::Params->throw( join '', @_ ) } );
00 % $m->print(ref $ARGS{result} ? $ARGS{result}->($m) : $ARGS{result});
1 % return 200;