[MKDoc-commit] [Petal] escape another greater-than character as E<gt>

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Jun 22 12:05:39 BST 2005


Log Message:
-----------
[Petal] escape another greater-than character as E<gt>

Modified Files:
--------------
    Petal/lib:
        Petal.pm

-------------- next part --------------
Index: Petal.pm
===================================================================
RCS file: /var/spool/cvs/Petal/lib/Petal.pm,v
retrieving revision 1.131
retrieving revision 1.132
diff -Llib/Petal.pm -Llib/Petal.pm -u -r1.131 -r1.132
--- lib/Petal.pm
+++ lib/Petal.pm
@@ -1513,7 +1513,7 @@
 =head2 set:variable_name EXPRESSION
 
 Sets the value returned by the evaluation of EXPRESSION in
-C<$hash->{variable_name}>. For instance:
+C<$hash-E<gt>{variable_name}>. For instance:
 
 Perl expression:
 


More information about the MKDoc-commit mailing list