Skip to content

Commit

Permalink
Prepare for perlbrew usage by changing all script magic to "#!/usr/bi…
Browse files Browse the repository at this point in the history
…n/env perl"
  • Loading branch information
ctfliblime committed Mar 12, 2011
1 parent b8e6e70 commit a0b06fb
Show file tree
Hide file tree
Showing 540 changed files with 540 additions and 540 deletions.
2 changes: 1 addition & 1 deletion C4/SIP/interactive_item_dump.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#

use warnings;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/interactive_members_dump.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#

use warnings;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/interactive_patron_check_password.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#

use warnings;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/interactive_patron_dump.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#

use warnings;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/interactive_renew_all_dump.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#

use warnings;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/000_sc_config_auth.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# check if SIP terminal can Auth based on the xml config
#
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/00sc_status.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# sc_status: test basic connection, login, and response
# to the SC Status message, which has to be sent before
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/01patron_status.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# patron_status: check status of valid patron and invalid patron

Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/02patron_info.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# patron_info: test Patron Information Response

use strict;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/03checkout.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# checkout: test Checkout Response

use strict;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/04patron_status.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# patron_status: test Patron Status Response

use strict;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/05block_patron.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# block_patron: test Block Patron Response

use strict;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/06patron_enable.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# patron_enable: test Patron Enable Response

use strict;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/07hold.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# patron_enable: test Patron Enable Response

use strict;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/08checkin.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# checkin: test Checkin Response

use strict;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/09renew.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# renew: test Renew Response

use strict;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/10renew_all.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# renew_all: test Renew All Response

use strict;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/t/11item_info.t
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Item Information test

use strict;
Expand Down
2 changes: 1 addition & 1 deletion C4/SIP/xmlparse.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# This file reads a SIPServer xml-format configuration file and dumps it
# to stdout. Just to see what the structures look like.
Expand Down
2 changes: 1 addition & 1 deletion C4/tests/Record_test.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# Copyright 2006 (C) LibLime
# Joshua Ferraro <jmf@liblime.com>
Expand Down
2 changes: 1 addition & 1 deletion about.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# This file is part of Koha.
#
Expand Down
2 changes: 1 addition & 1 deletion acqui/acqui-home.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# This file is part of Koha.
#
Expand Down
2 changes: 1 addition & 1 deletion acqui/addorder.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to add an order into the system
#written 29/2/00 by chris@katipo.co.nz
Expand Down
2 changes: 1 addition & 1 deletion acqui/basket.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to show display basket of orders
#written by chris@katipo.co.nz 24/2/2000
Expand Down
2 changes: 1 addition & 1 deletion acqui/bookfund.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# Copyright 2006 Katipo Communications
#
Expand Down
2 changes: 1 addition & 1 deletion acqui/booksellers.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to show suppliers and orders
#written by chris@katipo.co.nz 23/2/2000
Expand Down
2 changes: 1 addition & 1 deletion acqui/currency.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#written by chris@katipo.co.nz
#9/10/2000
Expand Down
2 changes: 1 addition & 1 deletion acqui/finishreceive.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to add a new item and to mark orders as received
#written 1/3/00 by chris@katipo.co.nz
Expand Down
2 changes: 1 addition & 1 deletion acqui/histsearch.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# This file is part of Koha.
#
Expand Down
2 changes: 1 addition & 1 deletion acqui/lateorders.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# This file is part of Koha.
#
Expand Down
2 changes: 1 addition & 1 deletion acqui/neworderbiblio.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#origninally script to provide intranet (librarian) advanced search facility
#now script to do searching for acquisitions
Expand Down
2 changes: 1 addition & 1 deletion acqui/neworderempty.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to show display basket of orders
#written by chris@katipo.co.nz 24/2/2000
Expand Down
2 changes: 1 addition & 1 deletion acqui/newordersuggestion.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# This file is part of Koha.
#
Expand Down
2 changes: 1 addition & 1 deletion acqui/orderreceive.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl


#script to recieve orders
Expand Down
2 changes: 1 addition & 1 deletion acqui/parcel.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to receive orders
#written by chris@katipo.co.nz 24/2/2000
Expand Down
2 changes: 1 addition & 1 deletion acqui/parcels.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl


#script to show display basket of orders
Expand Down
2 changes: 1 addition & 1 deletion acqui/spent.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# script to show a breakdown of committed and spent budgets

Expand Down
2 changes: 1 addition & 1 deletion acqui/supplier.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl


#script to show display basket of orders
Expand Down
2 changes: 1 addition & 1 deletion acqui/updatesupplier.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to show suppliers and orders
#written by chris@katipo.co.nz 23/2/2000
Expand Down
2 changes: 1 addition & 1 deletion admin/admin-home.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# This file is part of Koha.
#
Expand Down
2 changes: 1 addition & 1 deletion admin/aqbookfund.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# written 20/02/2002 by paul.poulain@free.fr

Expand Down
2 changes: 1 addition & 1 deletion admin/aqbudget.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to administer the aqbudget table
#written 20/02/2002 by paul.poulain@free.fr
Expand Down
2 changes: 1 addition & 1 deletion admin/auth_subfields_structure.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# Copyright 2000-2002 Katipo Communications
#
Expand Down
2 changes: 1 addition & 1 deletion admin/auth_tag_structure.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl


# Copyright 2000-2002 Katipo Communications
Expand Down
2 changes: 1 addition & 1 deletion admin/authorised_values.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# Copyright 2000-2002 Katipo Communications
#
Expand Down
2 changes: 1 addition & 1 deletion admin/authtypes.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# written 20/02/2002 by paul.poulain@free.fr
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
Expand Down
2 changes: 1 addition & 1 deletion admin/biblio_framework.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# NOTE: 4-character tabs

#written 20/02/2002 by paul.poulain@free.fr
Expand Down
2 changes: 1 addition & 1 deletion admin/branch_transfer_limits.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# Copyright 2000-2002 Katipo Communications
#
Expand Down
2 changes: 1 addition & 1 deletion admin/branches.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# Copyright 2000-2002 Katipo Communications
#
Expand Down
2 changes: 1 addition & 1 deletion admin/categorie.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to administer the categories table
#written 20/02/2002 by paul.poulain@free.fr
Expand Down
2 changes: 1 addition & 1 deletion admin/checkmarc.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl


# Copyright 2000-2002 Katipo Communications
Expand Down
2 changes: 1 addition & 1 deletion admin/currency.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to administer the aqbudget table
#written 20/02/2002 by paul.poulain@free.fr
Expand Down
2 changes: 1 addition & 1 deletion admin/env_tz_test.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion admin/item_circulation_alerts.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# This file is part of Koha.
#
Expand Down
2 changes: 1 addition & 1 deletion admin/itemstatus.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# Copyright 2000-2002 Katipo Communications
#
Expand Down
2 changes: 1 addition & 1 deletion admin/itemtypes.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# Copyright 2000-2002 Katipo Communications
#
Expand Down
2 changes: 1 addition & 1 deletion admin/koha2marclinks.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# Copyright 2000-2002 Katipo Communications
#
Expand Down
2 changes: 1 addition & 1 deletion admin/marc_subfields_structure.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# Copyright 2000-2002 Katipo Communications
#
Expand Down
2 changes: 1 addition & 1 deletion admin/marctagstructure.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl


# Copyright 2000-2002 Katipo Communications
Expand Down
2 changes: 1 addition & 1 deletion admin/printers.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to administer the aqbudget table
#written 20/02/2002 by paul.poulain@free.fr
Expand Down
2 changes: 1 addition & 1 deletion admin/smart-rules.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# vim: et ts=4 sw=4
# Copyright 2000-2002 Katipo Communications
#
Expand Down
2 changes: 1 addition & 1 deletion admin/stopwords.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to administer the stopwords table
#written 20/02/2002 by paul.poulain@free.fr
Expand Down
2 changes: 1 addition & 1 deletion admin/systempreferences.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# script to administer the systempref table
# written 20/02/2002 by paul.poulain@free.fr
Expand Down
2 changes: 1 addition & 1 deletion admin/z3950servers.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#script to administer the branches table
#written 20/02/2002 by paul.poulain@free.fr
Expand Down
2 changes: 1 addition & 1 deletion authorities/auth_finder.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# WARNING: 4-character tab stops here

# Copyright 2000-2002 Katipo Communications
Expand Down
2 changes: 1 addition & 1 deletion authorities/authorities-home.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# Copyright 2000-2002 Katipo Communications
#
Expand Down

0 comments on commit a0b06fb

Please sign in to comment.