stas        2003/03/13 22:51:58

  Modified:    t        TEST
  Log:
  perl 5.005_03 wants the args to be quoted
  
  Revision  Changes    Path
  1.12      +1 -1      modperl/t/TEST
  
  Index: TEST
  ===================================================================
  RCS file: /home/cvs/modperl/t/TEST,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- TEST      5 Mar 2000 23:45:00 -0000       1.11
  +++ TEST      14 Mar 2003 06:51:58 -0000      1.12
  @@ -50,7 +50,7 @@
        print <<"EOM";
   $@
   I still can't find LWP::UserAgent, try:
  -$^X -MCPAN -e install LWP
  +$^X -MCPAN -e "install q{LWP}"
   
                or
   
  
  
  

Reply via email to