summaryrefslogtreecommitdiff
path: root/modules/Driver.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-08-28 12:12:01 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-08-28 12:12:01 +0000
commitb5d9fd3c2949812dbb524f46c5176e706c69146c (patch)
tree1cc1a9300000a2cf8341074e1235a42db18774e8 /modules/Driver.pm
parent0eed0db4eb10ec0795b198a51db82906a68d9b0e (diff)
downloadMPC-b5d9fd3c2949812dbb524f46c5176e706c69146c.tar.gz
ChangeLogTag: Mon Aug 28 12:09:16 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/Driver.pm')
-rw-r--r--modules/Driver.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/Driver.pm b/modules/Driver.pm
index 9b0fadaa..75d262c3 100644
--- a/modules/Driver.pm
+++ b/modules/Driver.pm
@@ -303,6 +303,9 @@ sub run {
## Set up the default creator, if no type is selected
if (!defined $options->{'creators'}->[0]) {
push(@{$options->{'creators'}}, $self->{'default'});
+ $self->warning("In the future, there will no longer be a default " .
+ "project type. You should specify one with the " .
+ "-type option.");
}
if ($options->{'recurse'}) {
@@ -486,7 +489,8 @@ sub run {
}
$file = $base;
}
- my($diag) = 'Generating ' . $self->extractType($name) . ' output using ';
+ my($diag) = 'Generating \'' . $self->extractType($name) .
+ '\' output using ';
if ($file eq '') {
$diag .= 'default input';
}