richter     01/03/18 05:07:18

  Modified:    .        Tag: Embperl2c test.pl
  Added:       Embperl/Syntax Tag: Embperl2c Perl.pm
  Log:
  Embperl 2 - start for Perl syntax module
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.70.4.32 +11 -0     embperl/test.pl
  
  Index: test.pl
  ===================================================================
  RCS file: /home/cvs/embperl/test.pl,v
  retrieving revision 1.70.4.31
  retrieving revision 1.70.4.32
  diff -u -r1.70.4.31 -r1.70.4.32
  --- test.pl   2001/03/17 22:20:51     1.70.4.31
  +++ test.pl   2001/03/18 13:07:17     1.70.4.32
  @@ -498,6 +498,8 @@
       $win32loaderr ||= $@ ;
       }
   
  +use File::Spec ;
  +
   BEGIN 
       { 
       $fatal  = 1 ;
  @@ -509,6 +511,15 @@
           eval 'use ExtUtils::testlib' ;
           shift @ARGV ;
           $opt_testlib = 1 ;
  +        }
  +
  +    if ($INC[0] =~ /^blib/)
  +        {
  +        my $i = 0 ;
  +        foreach (@INC)
  +            {
  +            $INC[$i++] = File::Spec -> rel2abs ($_) ;
  +            }
           }
   
       #### install handler which kill httpd when terminating ####
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +80 -0     embperl/Embperl/Syntax/Attic/Perl.pm
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to