/[pxelator]/lib/PXElator/CouchDB.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 /lib/PXElator/CouchDB.pm

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

revision 256 by dpavlin, Tue Aug 18 21:30:55 2009 UTC revision 257 by dpavlin, Tue Aug 18 21:37:49 2009 UTC
# Line 131  sub audit { Line 131  sub audit {
131          my $caller;          my $caller;
132          my $depth = 0;          my $depth = 0;
133          while ( my @c = caller($depth) ) {          while ( my @c = caller($depth) ) {
134                  push @$caller, [ @c ];                  push @$caller, [ splice(@c,0,4) ];
135                  $depth++;                  $depth++;
136          }          }
137    

Legend:
Removed from v.256  
changed lines
  Added in v.257

  ViewVC Help
Powered by ViewVC 1.1.26