Project.pm: add semantically important missing semicolon
commit358f997160242fd741bc08fa47129295611654ae
authorKyle J. McKay <mackyle@gmail.com>
Wed, 14 Feb 2018 20:58:44 +0000 (14 12:58 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 14 Feb 2018 20:58:44 +0000 (14 12:58 -0800)
tree05d363c131cd1bb42bc21b63a22b4971543764d9
parentc0dcf5ea4eeac7dbf5dd5c3a1447e74e75bbcf3f
Project.pm: add semantically important missing semicolon

The unfortunately missing semicolon does not actually cause a syntax
error but it does semantically alter the code by effectively making
the following line into a nop which then has a cascading failure
effect on subsequent lines.

Add the overlooked but missing and very important semicolon.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Project.pm