You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by go...@apache.org on 2003/10/06 19:02:45 UTC

cvs commit: modperl/Util Util.pm

gozer       2003/10/06 10:02:45

  Modified:    Util     Util.pm
  Log:
  Fix a pod type on Util.pm reported by hendrik@ldl48.org here:
   http://rt.cpan.org/NoAuth/Bug.html?id=2190
  
  Revision  Changes    Path
  1.10      +1 -1      modperl/Util/Util.pm
  
  Index: Util.pm
  ===================================================================
  RCS file: /home/cvs/modperl/Util/Util.pm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Util.pm	26 Mar 2002 14:56:15 -0000	1.9
  +++ Util.pm	6 Oct 2003 17:02:44 -0000	1.10
  @@ -101,7 +101,7 @@
    This would correctly translate the query string
    ``name=Fred+Flintstone&town=Bedrock'' into the hash: 
   
  - data => 'Fred Flintstone',
  + name => 'Fred Flintstone',
    town => 'Bedrock'
   
   =item parsedate