Project/User: speed up load time
commit41efbc53367d1e860b2edc1e50ee37ec07e595a1
authorKyle J. McKay <mackyle@gmail.com>
Sat, 11 Apr 2015 22:42:03 +0000 (11 15:42 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 11 Apr 2015 22:42:03 +0000 (11 15:42 -0700)
tree45697c32c55c85a802303bed6eb0e8a1cdb32a2e
parentfcb41ee646329c8382ed79caba8fa74880f933b6
Project/User: speed up load time

Optimize the Perl code a bit so that load times for
users and projects are reduced.

And while we're in there, replace 'open F' kinds of
statements with 'open my $f' instead to protect the
global namespace.

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