Merge pull request #228 from DOCGroup/jwillemsen-patch-1
[MPC.git] / modules / BorlandProjectBase.pm
blob7b0df4be9c9ef76366dcdce91bc3cbace55b236e
1 package BorlandProjectBase;
3 # ************************************************************
4 # Description : A Borland base module for Borland Project Creators
5 # Author : Chad Elliott
6 # Create Date : 5/5/2009
7 # ************************************************************
9 # ************************************************************
10 # Pragmas
11 # ************************************************************
13 use strict;
14 use WinProjectBase;
15 use BorlandPropertyBase;
17 our @ISA = qw(BorlandPropertyBase WinProjectBase);
19 # ************************************************************
20 # Subroutine Section
21 # ************************************************************