[BACK]Return to libtool CVS log [TXT][DIR] Up to [local] / src / usr.bin / libtool

Diff for /src/usr.bin/libtool/libtool between version 1.35 and 1.36

version 1.35, 2012/07/10 12:24:45 version 1.36, 2012/07/10 13:32:10
Line 262 
Line 262 
         return defined $self->{tags}{$tag};          return defined $self->{tags}{$tag};
 }  }
   
 sub getoptions  
 {  
         my $o = shift;  
         require Getopt::Long;  
         my $p = Getopt::Long::Parser->new;  
         $p->configure('no_ignore_case',  
             'pass_through',  
             'no_auto_abbrev',  
             'permute');  
         $p->getoptions(@_);  
 }  
   
 sub is_abreviated_mode  sub is_abreviated_mode
 {  {
         my ($self, $arg) = @_;          my ($self, $arg) = @_;

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36