cvsuser     02/11/01 11:53:11

  Modified:    App-Context/lib/App datetime.pod
  Log:
  removed references to P5EE
  
  Revision  Changes    Path
  1.2       +2 -5      p5ee/App-Context/lib/App/datetime.pod
  
  Index: datetime.pod
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Context/lib/App/datetime.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- datetime.pod      9 Sep 2002 01:34:10 -0000       1.1
  +++ datetime.pod      1 Nov 2002 19:53:11 -0000       1.2
  @@ -6,18 +6,15 @@
   
   =head1 NAME
   
  -P5EEx::Blue::datetime - P5EE Date and Time Considerations
  +App::datetime - Date and Time Considerations
   
   =head1 INTRODUCTION
   
   Most Enterprise development includes processing of dates and times.
   There are many date and time modules on CPAN, and choosing the right
   one can be confusing.
  -API's for dates and times are not part of P5EE,
  +There are no special perl data types for dates and times,
   so some direction is needed.
  -
  -This document represents the recommendations and collective wisdom
  -from the P5EE developers.
   
   The short answer is that we recommend the following
   for most common date and time operations.
  
  
  


Reply via email to