WaterSweet / mochiweb

Automatically exported from code.google.com/p/mochiweb
Other
0 stars 0 forks source link

Compiler warnings in mochiweb_skel about deprecation of the regexp module in Erlang R15 #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
erlc -W -I ../include  +debug_info -o ../ebin mochiweb_skel.erl
./mochiweb_skel.erl:32: Warning: regexp:gsub/3: the regexp module is
deprecated (will be removed in R15A); use the re module instead
./mochiweb_skel.erl:53: Warning: regexp:gsub/3: the regexp module is
deprecated (will be removed in R15A); use the re module instead

Original issue reported on code.google.com by andrew.r...@gmail.com on 25 Jun 2009 at 7:53

GoogleCodeExporter commented 8 years ago
Fixed with r102.

Original comment by andrew.r...@gmail.com on 25 Jun 2009 at 8:02