]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Fix a typo that snuck through the cracks in Cronscript.pm.in.
authorJason Stephenson <jstephenson@mvlc.org>
Wed, 9 Nov 2011 14:37:44 +0000 (09:37 -0500)
committerDan Scott <dscott@laurentian.ca>
Wed, 9 Nov 2011 15:18:34 +0000 (10:18 -0500)
commit0e2f7fd8f40c12634bdcfa47bceabd0ddf60bbb6
tree5a3da89261525986fa9617eb789500bdfdac52b1
parentfc8925034444d844d6028d0984a2d3f971f2d746
Fix a typo that snuck through the cracks in Cronscript.pm.in.

We had Opensrf::AppSession rather than OpenSRF::AppSession, which isn't
caught by the simple use_ok() tests that we largely rely on for our
current Perl test suite. In addition, when we manually tested the change
to Cronscript.pm.in, we didn't do both configure && make to ensure that
the new version of Cronscript.pm reflected the changes. Lots to learn,
luckily the method wasn't being used by anything else in Evergreen yet.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/Utils/Cronscript.pm.in