]> xenbits.xensource.com Git - people/royger/osstest.git/commit
PERLLIB, @INC: Use BEGIN { }
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 1 Sep 2017 15:42:24 +0000 (16:42 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 1 Sep 2017 15:42:24 +0000 (16:42 +0100)
commitdea987c5ab11cab49639861a5dcf372e76e3da27
tree898029f44a671737f7a35239164c3266d85ec50b
parent42442b6790b826a0da7864041ebab2c6f9fbfc06
PERLLIB, @INC: Use BEGIN { }

unshifting @INC is only effective if done at compile time, so that it
affects `use' directives.  So "Perl: Put . on @INC"
f261b07cbe96844dba5d8594c38149c0b179068a is simply broken

This patch was autogenerated using the following rune:

  git-grep -l 'unshift @INC' | xargs perl -i~ -pe 's#\bunshift\s+\@INC,\s*qw\(\.\)\;#BEGIN { $& }#'

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
82 files changed:
adhoc-revtuple-generator
cr-disk-report
cr-ensure-disk-space
cr-publish-flight-logs
cs-adjust-flight
cs-bisection-step
cs-flight-bless
cs-flight-create
cs-hosts-list
cs-job-create
determine-failure-reasons
mg-allocate
mg-blockage
mg-db-activity-logger
mg-db-activity-redactor
mg-hosts
mg-queue-inhibit
mg-report-host-usage-collect
mg-schema-update
mg-show-flight-runvars
ms-flights-summary
ms-planner
ms-planner-debug
sg-check-tested
sg-report-flight
sg-report-host-history
sg-report-job-history
tcl/JobDB-Executive.tcl
tcl/osstestlib.tcl
ts-build-check
ts-coverity-build
ts-coverity-upload
ts-debian-di-install
ts-debian-fixup
ts-debian-hvm-install
ts-debian-install
ts-examine-logs-save
ts-examine-serial-post
ts-examine-serial-pre
ts-freebsd-install
ts-guest-destroy
ts-guest-destroy-hard
ts-guest-localmigrate
ts-guest-migrate
ts-guest-saverestore
ts-guest-start
ts-guest-stop
ts-guests-nbd-mirror
ts-host-fail
ts-host-install
ts-host-ping-check
ts-host-powercycle
ts-host-reboot
ts-hosts-allocate
ts-hosts-allocate-Executive
ts-hosts-allocate-Standalone
ts-kernel-build
ts-leak-check
ts-libvirt-build
ts-logs-capture
ts-migrate-support-check
ts-nested-setup
ts-redhat-install
ts-remus-check
ts-remus-start
ts-repeat-test
ts-rumprun-bake
ts-rumprun-build
ts-rumprun-demo-build
ts-rumprun-demo-setup
ts-rumprun-demo-xenstorels
ts-rumprun-test-prep
ts-saverestore-support-check
ts-syslog-server
ts-windows-install
ts-xen-build
ts-xen-build-prep
ts-xen-install
ts-xtf-build
ts-xtf-fep
ts-xtf-install
ts-xtf-run