diff options
author | Nick Lewis <nick@puppetlabs.com> | 2011-05-16 17:03:42 -0700 |
---|---|---|
committer | Nick Lewis <nick@puppetlabs.com> | 2011-05-16 17:03:42 -0700 |
commit | 3197e21069e797faadc8ee1716207a4cf98d6eee (patch) | |
tree | b73bacca9859e063138e9a14bd08073995a9637c /lib/puppet/interface/documentation.rb | |
parent | 8f58db9188359ab8c8988e56b1abf0ec3bbc1303 (diff) | |
download | puppet-3197e21069e797faadc8ee1716207a4cf98d6eee.tar.gz puppet-3197e21069e797faadc8ee1716207a4cf98d6eee.tar.xz puppet-3197e21069e797faadc8ee1716207a4cf98d6eee.zip |
(#7298) require 'English' to provide $CHILD_STATUS in Ruby 1.9
This had been coming from 'cgi', but in Ruby 1.9, cgi no longer requires
English. Since we use $CHILD_STATUS when execing, we need to have it available,
so require it manually. This also provides the other named special globals,
should we choose to use them.
Paired-With: Josh Cooper
Diffstat (limited to 'lib/puppet/interface/documentation.rb')
0 files changed, 0 insertions, 0 deletions