mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/cgi-lib.rb: deprecated after 1.8.1
* lib/getopts.rb: ditto * lib/importenv.rb: ditto * lib/parsearg.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
847fd91e32
commit
1399c1bca0
5 changed files with 16 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
#
|
||||
#
|
||||
|
||||
warn "Warning: parsearg is deprecated after Ruby 1.8.1; use optparse instead"
|
||||
|
||||
$RCS_ID=%q$Header$
|
||||
|
||||
require "getopts"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue