diff options
| author | James Turnbull <james@lovedthanlost.net> | 2007-09-18 11:33:22 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2007-09-18 11:33:22 +1000 |
| commit | b28ce1bbda37d93d0bfd780f85ff39366f380af9 (patch) | |
| tree | 07dbaf644e2dccca321f05a320c729605477582c /bin | |
| parent | dce624579b327963cc1619e93020d3ccb59995bd (diff) | |
Added require for rdoc/ri/ri_paths to address Puppet #753 and Facter #40
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/facter | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ require 'facter' $haveusage = true begin + require 'rdoc/ri/ri_paths' require 'rdoc/usage' rescue Exception $haveusage = false |
