HomePhorge

(#7298) require 'English' to provide $CHILD_STATUS in Ruby 1.9
3197e21069e7Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#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

Details

Provenance
Nick Lewis <nick@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU8f58db918835: Merge branch 'ticket/2.7.x/7291-ruby19-fixes' into 2.7.x
Branches
Unknown
Tags
Unknown

Event Timeline

Nick Lewis <nick@puppetlabs.com> committed rPU3197e21069e7: (#7298) require 'English' to provide $CHILD_STATUS in Ruby 1.9 (authored by Nick Lewis <nick@puppetlabs.com>).May 17 2011, 2:03 AM