Skip to content

Instantly share code, notes, and snippets.

@beppu
Created December 10, 2008 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beppu/34537 to your computer and use it in GitHub Desktop.
Save beppu/34537 to your computer and use it in GitHub Desktop.
diff -rN -u old-Continuity/lib/Continuity/Adapt/HttpDaemon.pm new-Continuity/lib/Continuity/Adapt/HttpDaemon.pm
--- old-Continuity/lib/Continuity/Adapt/HttpDaemon.pm 2008-12-10 15:20:22.000000000 -0800
+++ new-Continuity/lib/Continuity/Adapt/HttpDaemon.pm 2008-12-10 15:20:22.000000000 -0800
@@ -215,6 +215,8 @@
sub debug_level { exists $_[1] ? $_[0]->{debug_level} = $_[1] : $_[0]->{debug_level} }
+sub debug_callback { exists $_[1] ? $_[0]->{debug_callback} = $_[1] : $_[0]->{debug_callback} }
+
=for comment
See L<Continuity::Request> for API documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment