[MKDoc-commit] [Petal] remove annoying .
bruno at mkdoc.demon.co.uk
bruno at mkdoc.demon.co.uk
Wed Mar 16 14:44:47 GMT 2005
Log Message:
-----------
[Petal] remove annoying . at the end of error message
Modified Files:
--------------
Petal/lib:
Petal.pm
-------------- next part --------------
Index: Petal.pm
===================================================================
RCS file: /var/spool/cvs/Petal/lib/Petal.pm,v
retrieving revision 1.128
retrieving revision 1.129
diff -Llib/Petal.pm -Llib/Petal.pm -u -r1.128 -r1.129
--- lib/Petal.pm
+++ lib/Petal.pm
@@ -470,7 +470,7 @@
my $dump = eval { $self->_code_with_line_numbers() };
($dump) ? print ERROR $dump : print ERROR "(no dump available)";
- die "[PETAL ERROR] $error. Debug info written in $debug.";
+ die "[PETAL ERROR] $error. Debug info written in $debug";
};
! $Petal::DEBUG_DUMP and do {
More information about the MKDoc-commit
mailing list