koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mason James
Subject: [Koha-cvs] koha/misc carp_test.pl [dev_week]
Date: Fri, 21 Sep 2007 04:51:40 +0000

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";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]