Changeset 1423
- Timestamp:
- 08/19/06 19:34:18
- Files:
-
- trunk/plagger/tools/plugin-start.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/tools/plugin-start.pl
r1421 r1423 4 4 5 5 use FindBin; 6 use IO::Prompt;6 use ExtUtils::MakeMaker; 7 7 use File::Basename; 8 8 use File::Path; … … 48 48 49 49 if (-e $path) { 50 my $ans = prompt("$path exists. Override? [yN] ", -yes_no, -default =>'n');50 my $ans = prompt("$path exists. Override? [yN] ", 'n'); 51 51 return if $ans !~ /[Yy]/; 52 52 }
