/[Frey]/trunk/lib/SourceSnoop.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/SourceSnoop.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 191 by dpavlin, Sun Sep 14 00:45:11 2008 UTC revision 192 by dpavlin, Tue Oct 28 17:05:11 2008 UTC
# Line 27  sub pre_dump { Line 27  sub pre_dump {
27          return '<hr><pre>' . encode_entities($t) . '</pre><hr>';          return '<hr><pre>' . encode_entities($t) . '</pre><hr>';
28  }  }
29    
30  sub html {  use MooseX::Method;
31    
32    method html => positional(
33            { isa => 'Continuity::RequestHolder', required => 1 },
34    ) => sub {
35    #sub html {
36          my ( $self, $request ) = @_;          my ( $self, $request ) = @_;
37    
38          my %param = $request->params;          my %param = $request->params;
# Line 78  sub html { Line 83  sub html {
83                  body => $body,                  body => $body,
84          ) );          ) );
85          $request->next;          $request->next;
86  }  };
87    
88  warn "## VCI loaded";  warn "## VCI loaded";
89    

Legend:
Removed from v.191  
changed lines
  Added in v.192

  ViewVC Help
Powered by ViewVC 1.1.26