[MKDoc-commit] [Petal] added note about keys beginning with 'text'
bruno at mkdoc.demon.co.uk
bruno at mkdoc.demon.co.uk
Wed Mar 16 15:23:37 GMT 2005
Log Message:
-----------
[Petal] added note about keys beginning with 'text'
Modified Files:
--------------
Petal/lib/Petal:
Hash.pm
-------------- next part --------------
Index: Hash.pm
===================================================================
RCS file: /var/spool/cvs/Petal/lib/Petal/Hash.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -Llib/Petal/Hash.pm -Llib/Petal/Hash.pm -u -r1.26 -r1.27
--- lib/Petal/Hash.pm
+++ lib/Petal/Hash.pm
@@ -163,6 +163,7 @@
}
else
{
+ # can anyone explain why keys beginning with 'text' are not allowed???
$key =~ s/^\s*text\s*//;
return $self->fetch ($key);
}
More information about the MKDoc-commit
mailing list