[Koha-bugs] [Bug 2617] New: Scripts and modules that do not 'use strict'

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed Sep 17 14:16:38 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2617

           Summary: Scripts and modules that do not 'use strict'
           Product: Koha
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Architecture, internals, and plumbing
        AssignedTo: galen.charlton at liblime.com
        ReportedBy: galen.charlton at liblime.com
         QAContact: koha-bugs at lists.koha.org


A number of scripts and modules violate Koha coding standards by failing to use
the strict pragma:

gmc at arwen:~/koha/dev$ find . -name '*.pl' -exec grep -Hc 'use strict' {}
\;|grep '0$'
./rss/rss.pl:0
./misc/sax_parser_test.pl:0
./misc/translator/text-extract.pl:0
./misc/translator/stats.pl:0
./misc/check_sysprefs.pl:0
./misc/migration_tools/22_to_30/export_Authorities_xml.pl:0
./misc/migration_tools/22_to_30/export_Authorities.pl:0
./misc/migration_tools/22_to_30/move_marc_to_biblioitems.pl:0
./misc/sax_parser_print.pl:0
./misc/cronjobs/stats/monthly_new_items_statistics.pl:0
./misc/cronjobs/smsoverdues.pl:0
./misc/perlmodule_ls.pl:0
./misc/perlmodule_rm.pl:0
./opac/opac-renew.pl:0
./opac/changelanguage.pl:0
./opac/opac-changelanguage.pl:0
./opac/opac-logout.pl:0
./acqui/currency.pl:0
./admin/env_tz_test.pl:0
./tools/picture-upload.pl:0
./tools/runreport.pl:0
./cataloguing/value_builder/barcode.pl:0
./cataloguing/value_builder/marc21_field_003.pl:0
./cataloguing/value_builder/marc21_field_005.pl:0
./cataloguing/value_builder/marc21_field_040c.pl:0
./cataloguing/value_builder/marc21_field_040d.pl:0
./cataloguing/value_builder/unimarc_field_210c.pl:0
./cataloguing/value_builder/dateaccessioned.pl:0
./changelanguage.pl:0
./install-CPAN.pl:0

gmc at arwen:~/koha/dev$ find . -name '*.pm' -exec grep -Hc 'use strict' {}
\;|grep '0$'
./t/lib/KohaTest.pm:0
./C4/OAI/DC.pm:0
./C4/OAI/DP.pm:0
./C4/OAI/Utility.pm:0




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list