cvsuser     04/09/15 05:34:50

  Modified:    src      exceptions.c
  Log:
  updated the panic message WRT parrotbug
  
  Revision  Changes    Path
  1.61      +3 -2      parrot/src/exceptions.c
  
  Index: exceptions.c
  ===================================================================
  RCS file: /cvs/public/parrot/src/exceptions.c,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -w -r1.60 -r1.61
  --- exceptions.c      20 Jul 2004 06:52:11 -0000      1.60
  +++ exceptions.c      15 Sep 2004 12:34:50 -0000      1.61
  @@ -1,6 +1,6 @@
   /*
   Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
  -$Id: exceptions.c,v 1.60 2004/07/20 06:52:11 leo Exp $
  +$Id: exceptions.c,v 1.61 2004/09/15 12:34:50 jrieks Exp $
   
   =head1 NAME
   
  @@ -106,7 +106,8 @@
   
       fprintf(stderr, "\n\
   We highly suggest you notify the Parrot team if you have not been working on\n\
  -Parrot.  Use bugs6.perl.org or send an e-mail to [EMAIL PROTECTED]
  +Parrot.  Use parrotbug (located in parrot's root directory) or send an\n\
  +e-mail to [EMAIL PROTECTED]
   Include the entire text of this error message and the text of the script that\n\
   generated the error.  If you've made any modifications to Parrot, please\n\
   describe them as well.\n\n");
  
  
  

Reply via email to