/[mws]/trunk/mbox2index.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/mbox2index.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 51 by dpavlin, Tue May 11 22:59:27 2004 UTC revision 52 by dpavlin, Tue May 25 18:55:46 2004 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -w  #!/usr/bin/perl -w
2    
3  BEGIN {  BEGIN {
4          my $basedir = readlink($0) || $0; $basedir =~ s#/[^/]+$##;          my $basedir = readlink($0) || $0; $basedir =~ s#/[^/]+$#lib#;
5          unshift(@INC, $basedir);          unshift(@INC, $basedir);
6  }  }
7    

Legend:
Removed from v.51  
changed lines
  Added in v.52

  ViewVC Help
Powered by ViewVC 1.1.26