cvsuser     02/02/28 14:37:50

  Modified:    P5EEx/Blue/P5EEx/Blue exceptions.pod
  Log:
  added reference to mod_perl guide section on exceptions
  
  Revision  Changes    Path
  1.6       +10 -1     p5ee/P5EEx/Blue/P5EEx/Blue/exceptions.pod
  
  Index: exceptions.pod
  ===================================================================
  RCS file: /cvs/public/p5ee/P5EEx/Blue/P5EEx/Blue/exceptions.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- exceptions.pod    24 Feb 2002 03:41:15 -0000      1.5
  +++ exceptions.pod    28 Feb 2002 22:37:50 -0000      1.6
  @@ -31,7 +31,6 @@
     Carp
     CGI::Carp
     Fatal
  -  Error
     Exception::Class
     Devel::Stacktrace
   
  @@ -348,6 +347,11 @@
     Camel Book: Chapter 2: The Gory Details, Subroutines, Prototypes
     Camel Book: Chapter 4: References and Nested Data Structures, Using Hard 
References, Closures
   
  +However, you must be very careful in the placement of
  +your semi-colons using the try/catch syntax provided by
  +Error.pm or your
  +module will leak memory (very bad in a mod_perl context).
  +
   =head1 EXCEPTION PROGRAMMING USING Exception::Class
   
   Introduces the capability to collect exception
  @@ -366,6 +370,11 @@
   for Perl and exception support here.
   
     http://nntp.perl.org/group/perl.perl6.language.errors
  +
  +Furthermore, an excellent section on Exception Handling in Perl
  +exists in the mod_perl Guide.
  +
  +  http://perl.apache.org/guide/perl.html#Exception_Handling_for_mod_perl
   
   =cut
   
  
  
  


Reply via email to