Changeset 24116 for lang/perl/MENTA
- Timestamp:
- 11/18/08 18:10:23 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/MENTA/trunk/bin/install-lib.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/MENTA/trunk/bin/install-lib.pl
r24114 r24116 22 22 my $dstdir; 23 23 my $pkg; 24 my $overwrite = 0; 24 25 my $cwd = getcwd(); 25 26 … … 32 33 # process args 33 34 GetOptions( 34 "version=f", \$target_version, 35 "version=f" => \$target_version, 36 "overwrite" => \$overwrite, 35 37 ); 36 38 unless (@ARGV == 2) { … … 73 75 return; 74 76 } 75 {77 unless ($overwrite) { 76 78 my $path = $pkg; 77 79 $path =~ s{::}{/}g;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)