summaryrefslogtreecommitdiff
path: root/modules/MakeProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-09-30 19:08:54 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-09-30 19:08:54 +0000
commit0b6173a068157d696df4ec174dc3f0aea25328b3 (patch)
tree0d4cfe81155a3026895a01b17c314f034e7823e6 /modules/MakeProjectCreator.pm
parent30ab81c041741822f46c3f98d41412f02ffaee6e (diff)
downloadMPC-0b6173a068157d696df4ec174dc3f0aea25328b3.tar.gz
ChangeLogTag: Tue Sep 30 14:06:53 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/MakeProjectCreator.pm')
-rw-r--r--modules/MakeProjectCreator.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/MakeProjectCreator.pm b/modules/MakeProjectCreator.pm
index c852fca6..0992922b 100644
--- a/modules/MakeProjectCreator.pm
+++ b/modules/MakeProjectCreator.pm
@@ -21,6 +21,12 @@ use vars qw(@ISA);
# Subroutine Section
# ************************************************************
+sub dollar_special {
+ #my($self) = shift;
+ return 1;
+}
+
+
sub sort_files {
#my($self) = shift;
return 0;