stas 2003/03/18 15:32:12
Modified: src/docs/2.0/user/handlers filters.pod Log: escapes Revision Changes Path 1.22 +3 -3 modperl-docs/src/docs/2.0/user/handlers/filters.pod Index: filters.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/filters.pod,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- filters.pod 18 Mar 2003 23:31:39 -0000 1.21 +++ filters.pod 18 Mar 2003 23:32:11 -0000 1.22 @@ -1629,9 +1629,9 @@ files are examples on where you don't want to modify the data). Instead the data should be moved into a new bucket. -Also it looks like we need to $b->destroy (need to add the API) in -addition to $b->remove. Which can be done in one stroke using -$b->delete (need to add the API). +Also it looks like we need to $b-E<gt>destroy (need to add the API) in +addition to $b-E<gt>remove. Which can be done in one stroke using +$b-E<gt>delete (need to add the API). ]