cvsuser     02/02/05 14:20:13

  Modified:    P5EEx/Blue/P5EEx/Blue datetime.pod exceptions.pod
  Log:
  added reference to perl.org NNTP discussions
  
  Revision  Changes    Path
  1.4       +5 -0      p5ee/P5EEx/Blue/P5EEx/Blue/datetime.pod
  
  Index: datetime.pod
  ===================================================================
  RCS file: /cvs/public/p5ee/P5EEx/Blue/P5EEx/Blue/datetime.pod,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- datetime.pod      30 Nov 2001 16:00:52 -0000      1.3
  +++ datetime.pod      5 Feb 2002 22:20:13 -0000       1.4
  @@ -225,6 +225,11 @@
   
    http://lists.perl.org/showlist.cgi?name=datetime
   
  +You can read up on future directions
  +for Perl and date/time support here.
  +
  + http://nntp.perl.org/group/perl.perl6.language.datetime
  +
   You can also start up the CPAN shell and look for other
   Date and Time modules.
   
  
  
  
  1.2       +9 -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.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- exceptions.pod    3 Jan 2002 18:19:15 -0000       1.1
  +++ exceptions.pod    5 Feb 2002 22:20:13 -0000       1.2
  @@ -105,7 +105,8 @@
   Perl did not always support exception programming.
   Even in Perl 5.6.1, the support for exception programming
   is somewhat scattered.
  -The following are features of the language which are relevant.
  +The following are features of Perl 5 which are relevant
  +to exception programming.
   
   =head2 die
   
  @@ -357,6 +358,13 @@
   Adds the capability to print out more detailed
   stack trace information than was possible with
   "confess".
  +
  +=head1 FURTHER RESEARCH
  +
  +You can read up on future directions
  +for Perl and exception support here.
  +
  +  http://nntp.perl.org/group/perl.perl6.language.errors
   
   =cut
   
  
  
  


Reply via email to