Bug 7829 - reports/ remove all exit(1) for plack
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 26 Mar 2012 14:49:12 +0000 (16:49 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 28 Mar 2012 14:25:24 +0000 (16:25 +0200)
commit95bf6fb012609f9e8a757759e6bf78b7a295b6e7
treed157b1ef8f0d77c69095f84a5a3ff426d8348a9d
parent8136a31f543a2bf6204f8164fe3a0a04a24bc471
Bug 7829 - reports/ remove all exit(1) for plack

In Bug 7772 Ian correctly noted that reports have exit(1) all over the place.
This is left over from old code, and this patch changes them to exit(0).

I decided to use plain exit as opposed to explicit exit(0) since it produces
cleaner code, but I'm welcoming suggestion on this.

Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
reports/acquisitions_stats.pl
reports/bor_issues_top.pl
reports/borrowers_out.pl
reports/borrowers_stats.pl
reports/cat_issues_top.pl
reports/catalogue_out.pl
reports/catalogue_stats.pl
reports/issues_avg_stats.pl
reports/issues_stats.pl
reports/reserves_stats.pl
reports/serials_stats.pl