View | Details | Raw Unified | Return to bug 27483
Collapse All | Expand All

(-)a/misc/batchCompareMARCvsFrameworks.pl (-1 lines)
Lines 3-9 Link Here
3
3
4
4
5
use strict;
5
use strict;
6
#use warnings; FIXME - Bug 2505
7
BEGIN {
6
BEGIN {
8
    # find Koha's Perl modules
7
    # find Koha's Perl modules
9
    # test carefully before changing this
8
    # test carefully before changing this
(-)a/misc/batchDeleteUnusedSubfields.pl (-1 lines)
Lines 2-8 Link Here
2
# small script that rebuilds the non-MARC DB
2
# small script that rebuilds the non-MARC DB
3
3
4
use strict;
4
use strict;
5
#use warnings; FIXME - Bug 2505
6
BEGIN {
5
BEGIN {
7
    # find Koha's Perl modules
6
    # find Koha's Perl modules
8
    # test carefully before changing this
7
    # test carefully before changing this
(-)a/misc/batchImportMARCWithBiblionumbers.pl (-1 lines)
Lines 2-8 Link Here
2
# load records that already have biblionumber set into a koha system
2
# load records that already have biblionumber set into a koha system
3
# Written by TG on 10/04/2006
3
# Written by TG on 10/04/2006
4
use strict;
4
use strict;
5
#use warnings; FIXME - Bug 2505
6
BEGIN {
5
BEGIN {
7
    # find Koha's Perl modules
6
    # find Koha's Perl modules
8
    # test carefully before changing this
7
    # test carefully before changing this
(-)a/misc/batchRebuildBiblioTables.pl (-2 lines)
Lines 3-10 Link Here
3
# Formerly named rebuildnonmarc.pl
3
# Formerly named rebuildnonmarc.pl
4
4
5
use strict;
5
use strict;
6
#use warnings; FIXME - Bug 2505
7
8
BEGIN {
6
BEGIN {
9
    # find Koha's Perl modules
7
    # find Koha's Perl modules
10
    # test carefully before changing this
8
    # test carefully before changing this
(-)a/misc/cronjobs/build_browser_and_cloud.pl (-1 lines)
Lines 2-8 Link Here
2
# small script that builds the tag cloud
2
# small script that builds the tag cloud
3
3
4
use strict;
4
use strict;
5
#use warnings; FIXME - Bug 2505
6
BEGIN {
5
BEGIN {
7
    # find Koha's Perl modules
6
    # find Koha's Perl modules
8
    # test carefully before changing this
7
    # test carefully before changing this
(-)a/misc/exportauth.pl (-1 lines)
Lines 4-10 Link Here
4
#
4
#
5
5
6
use strict;
6
use strict;
7
#use warnings; FIXME - Bug 2505
8
BEGIN {
7
BEGIN {
9
    # find Koha's Perl modules
8
    # find Koha's Perl modules
10
    # test carefully before changing this
9
    # test carefully before changing this
(-)a/misc/kohalib.pl (-2 lines)
Lines 39-46 Link Here
39
#
39
#
40
40
41
use strict;
41
use strict;
42
#use warnings; FIXME - Bug 2505
43
44
my $module_dir;
42
my $module_dir;
45
BEGIN {
43
BEGIN {
46
    $module_dir = '__PERL_MODULE_DIR__';
44
    $module_dir = '__PERL_MODULE_DIR__';
(-)a/misc/translator/tmpl_process3.pl (-2 lines)
Lines 15-21 using gettext-compatible translation files Link Here
15
=cut
15
=cut
16
16
17
use strict;
17
use strict;
18
#use warnings; FIXME - Bug 2505
19
use File::Basename;
18
use File::Basename;
20
use Getopt::Long;
19
use Getopt::Long;
21
use Locale::PO;
20
use Locale::PO;
22
- 

Return to bug 27483