summaryrefslogtreecommitdiff
path: root/modules/BMakeWorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-08-12 22:32:01 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-08-12 22:32:01 +0000
commit838c528d1f95765dc8c5eaa6715ff9dd35fe61e8 (patch)
tree7b16add2845dc89ed70862530439da3b01f45a6c /modules/BMakeWorkspaceCreator.pm
parent33642ff57c830377cfefdd1adbd70ea6ff386fd8 (diff)
downloadMPC-838c528d1f95765dc8c5eaa6715ff9dd35fe61e8.tar.gz
ChangeLogTag: Wed Aug 12 22:29:21 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/BMakeWorkspaceCreator.pm')
-rw-r--r--modules/BMakeWorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/BMakeWorkspaceCreator.pm b/modules/BMakeWorkspaceCreator.pm
index 801ecfc7..b5b67602 100644
--- a/modules/BMakeWorkspaceCreator.pm
+++ b/modules/BMakeWorkspaceCreator.pm
@@ -39,7 +39,7 @@ sub workspace_file_extension {
sub workspace_file_name {
- my($self) = shift;
+ my $self = shift;
return $self->get_modified_workspace_name('Makefile', '.bmak');
}