r5959 - in /packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current: Changes META.yml README lib/MasonX/Interp/WithCallbacks.pm t/htdocs/dhandler

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Wed Jul 25 18:39:04 UTC 2007


Author: ntyni-guest
Date: Wed Jul 25 18:39:04 2007
New Revision: 5959

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5959
Log:
[svn-upgrade] Integrating new upstream version, libmasonx-interp-withcallbacks-perl (1.17)

Modified:
    packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/Changes
    packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/META.yml
    packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/README
    packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/lib/MasonX/Interp/WithCallbacks.pm
    packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/t/htdocs/dhandler

Modified: packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/Changes?rev=5959&op=diff
==============================================================================
--- packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/Changes (original)
+++ packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/Changes Wed Jul 25 18:39:04 2007
@@ -1,4 +1,7 @@
 Revision history for Perl extension MasonX::Interp::WithCallbacks.
+
+1.17  2007-07-24T19:37:47
+      - Fixed test failures with Mason 1.36. Patch from Niko Tyni.
 
 1.16  2006-07-21T17:00:55
       - Replaced broken passthrough Makefile.PL with a real Makefile.PL.

Modified: packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/META.yml?rev=5959&op=diff
==============================================================================
--- packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/META.yml (original)
+++ packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/META.yml Wed Jul 25 18:39:04 2007
@@ -1,10 +1,6 @@
 ---
 name: MasonX-Interp-WithCallbacks
-version: !!perl/hash:Module::Build::Version
-  original: 1.16
-  version:
-    - 1
-    - 160
+version: 1.17
 author:
   - 'David Wheeler <david at kineticode.com>'
 abstract: Mason callback support via Params::CallbackRequest.
@@ -23,8 +19,8 @@
 provides:
   MasonX::Interp::WithCallbacks:
     file: lib/MasonX/Interp/WithCallbacks.pm
-    version: 1.16
-generated_by: Module::Build version 0.2804
+    version: 1.17
+generated_by: Module::Build version 0.2808
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html
   version: 1.2

Modified: packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/README?rev=5959&op=diff
==============================================================================
--- packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/README (original)
+++ packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/README Wed Jul 25 18:39:04 2007
@@ -1,4 +1,4 @@
-MasonX/Interp/WithCallbacks version 1.16
+MasonX/Interp/WithCallbacks version 1.17
 ========================================
 
 MasonX::Interp::WithCallbacks subclasses HTML::Mason::Interp in order to

Modified: packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/lib/MasonX/Interp/WithCallbacks.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/lib/MasonX/Interp/WithCallbacks.pm?rev=5959&op=diff
==============================================================================
--- packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/lib/MasonX/Interp/WithCallbacks.pm (original)
+++ packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/lib/MasonX/Interp/WithCallbacks.pm Wed Jul 25 18:39:04 2007
@@ -8,7 +8,7 @@
 
 use vars qw($VERSION @ISA);
 @ISA = qw(HTML::Mason::Interp);
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 Params::Validate::validation_options
   ( on_fail => sub { HTML::Mason::Exception::Params->throw( join '', @_ ) } );

Modified: packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/t/htdocs/dhandler
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/t/htdocs/dhandler?rev=5959&op=diff
==============================================================================
--- packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/t/htdocs/dhandler (original)
+++ packages/libmasonx-interp-withcallbacks-perl/branches/upstream/current/t/htdocs/dhandler Wed Jul 25 18:39:04 2007
@@ -1,1 +1,2 @@
 % $m->print(ref $ARGS{result} ? $ARGS{result}->($m) : $ARGS{result});
+% return 200;




More information about the Pkg-perl-cvs-commits mailing list