<html>#2456: use Perl strict and warnings in CST
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>enhancement</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td></td></tr>
</table>

<p>Cactus' build system driver (CST) is written in Perl but does not use <code>strict</code> or <code>warnings</code> meaning that variables do not have to be explicitly declared and many issues (such as using <code>==</code> instead of <code>eq</code>) are silently handled in unexpected ways.</p>
<p>This has led to a number of bugs being introduced in the past due to misspelled variables etc.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2456/use-perl-strict-and-warnings-in-cst'>https://bitbucket.org/einsteintoolkit/tickets/issues/2456/use-perl-strict-and-warnings-in-cst</a></p>
</html>