[Koha-cvs] koha/misc carp_test.pl [dev_week]

Mason James szrj1m at yahoo.com
Fri Sep 21 06:51:40 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/09/21 04:51:40

Added files:
	misc           : carp_test.pl 

Log message:
	a small example script for testing CGI::Carp handling.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/carp_test.pl?cvsroot=koha&only_with_tag=dev_week&rev=1.1.2.1

Patches:
Index: carp_test.pl
===================================================================
RCS file: carp_test.pl
diff -N carp_test.pl
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ carp_test.pl	21 Sep 2007 04:51:39 -0000	1.1.2.1
@@ -0,0 +1,4 @@
+#!/usr/bin/perl
+use C4::Output;
+
+die  "Oops, something bad has happened";





More information about the Koha-cvs mailing list