1
0
Fork 0
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:
gsinclair 2004-02-18 15:27:06 +00:00
parent 847fd91e32
commit 1399c1bca0
5 changed files with 16 additions and 0 deletions

View file

@ -10,6 +10,8 @@
#
#
warn "Warning: parsearg is deprecated after Ruby 1.8.1; use optparse instead"
$RCS_ID=%q$Header$
require "getopts"