X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=installer%2Fexternalmodules.pl;h=42eb4b7ef181f6456b1be5317b85bde68211a967;hb=5bee287cd447665407c20e91625aba6e0dbacd1d;hp=4be9965885acea186a98edc12c0d1697bc38a2d3;hpb=40af15d8e66010d6a1e1187098f8dd71ece00c24;p=koha_fer diff --git a/installer/externalmodules.pl b/installer/externalmodules.pl old mode 100644 new mode 100755 index 4be9965885..42eb4b7ef1 --- a/installer/externalmodules.pl +++ b/installer/externalmodules.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # This Script can be used to provide a list of ALL external modules ***used*** (uncommented) in Koha. # It provides you not only the list of modules BUT ALSO the files that uses those modules. @@ -6,6 +6,7 @@ use strict; +use warnings; use C4::Context; my $dir=C4::Context->config('intranetdir'); qx(grep -r "^ *use" $dir | grep -v "C4\|strict\|vars" >/tmp/modulesKoha.log);