cvsuser     04/01/10 03:15:40

  Modified:    runtime/parrot/include Getopt_Long.imc
  Log:
  Removed POD errors
  
  Revision  Changes    Path
  1.3       +2 -1      parrot/runtime/parrot/include/Getopt_Long.imc
  
  Index: Getopt_Long.imc
  ===================================================================
  RCS file: /cvs/public/parrot/runtime/parrot/include/Getopt_Long.imc,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- Getopt_Long.imc   11 Dec 2003 14:09:24 -0000      1.2
  +++ Getopt_Long.imc   10 Jan 2004 11:15:40 -0000      1.3
  @@ -1,4 +1,4 @@
  -# $Id: Getopt_Long.imc,v 1.2 2003/12/11 14:09:24 leo Exp $
  +# $Id: Getopt_Long.imc,v 1.3 2004/01/10 11:15:40 mikescott Exp $
   
   =head1 NAME
   
  @@ -22,6 +22,7 @@
   Returns a PerlHash
   
   =cut
  +
   .sub _get_options prototyped             
     .param PerlArray argv    
     .param PerlArray spec    
  
  
  

Reply via email to