cvsuser     02/02/16 06:00:59

  Modified:    P5EEx/Blue/P5EEx/Blue/Session Cookie.pm
  Log:
  fixed a comment
  
  Revision  Changes    Path
  1.2       +2 -2      p5ee/P5EEx/Blue/P5EEx/Blue/Session/Cookie.pm
  
  Index: Cookie.pm
  ===================================================================
  RCS file: /cvs/public/p5ee/P5EEx/Blue/P5EEx/Blue/Session/Cookie.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- Cookie.pm 15 Feb 2002 18:38:38 -0000      1.1
  +++ Cookie.pm 16 Feb 2002 14:00:59 -0000      1.2
  @@ -1,6 +1,6 @@
   
   #############################################################################
  -## $Id: Cookie.pm,v 1.1 2002/02/15 18:38:38 spadkins Exp $
  +## $Id: Cookie.pm,v 1.2 2002/02/16 14:00:59 spadkins Exp $
   #############################################################################
   
   package P5EEx::Blue::Session::Cookie;
  @@ -26,7 +26,7 @@
   =head1 NAME
   
   P5EEx::Blue::Session::Cookie - a session whose state is maintained across
  -HTML requests by being embedded in an HTML <input type="hidden"> tag.
  +HTML requests by being embedded in an HTTP cookie.
   
   =head1 SYNOPSIS
   
  
  
  


Reply via email to