summaryrefslogtreecommitdiff
path: root/modules/VC7ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-05-03 01:45:52 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-05-03 01:45:52 +0000
commit619f7318d5be45fcdbcc203439f304d8590f21db (patch)
treedc4028348ecfe6fd022637fb895f69cbbd065881 /modules/VC7ProjectCreator.pm
parent6a3e14f1eab2d3d6bcab064d86b84f82b90f9989 (diff)
downloadMPC-619f7318d5be45fcdbcc203439f304d8590f21db.tar.gz
ChangeLogTag: Wed May 3 01:43:46 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC7ProjectCreator.pm')
-rw-r--r--modules/VC7ProjectCreator.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/VC7ProjectCreator.pm b/modules/VC7ProjectCreator.pm
index 938561ce..d8a22374 100644
--- a/modules/VC7ProjectCreator.pm
+++ b/modules/VC7ProjectCreator.pm
@@ -75,10 +75,9 @@ sub fill_value {
my($value) = undef;
if ($name eq 'guid') {
- my($guid) = new GUID();
- $value = $guid->generate($self->project_file_name(),
- $self->{'current_input'},
- $self->getcwd());
+ $value = GUID::generate($self->project_file_name(),
+ $self->{'current_input'},
+ $self->getcwd());
}
elsif ($name eq 'language') {
$value = $self->get_language();