package Cpanel::Easy::Utils::CompileTest;

# cpanel10 - Cpanel/Easy/Utils/CompileTest.pm Copyright(c) 2005-2007 cPanel, Inc.
#                                                            All rights Reserved.
# copyright@cpanel.net                                          http://cpanel.net
# This code is subject to the cpanel license.  Unauthorized copying is prohibited

use strict;
use warnings;
no warnings qw(redefine);

## methods for finding header files, generating c code, compiling it
## and reporting back in a (1|0, @maketext) manner go here

1;
