Closed postmodern closed 12 years ago
Noticed a Regular Expression using 1.9 specific syntax.
/home/hal/.rvm/gems/ruby-1.8.7-p358/bundler/gems/md2man-298db0c847af/lib/md2man/roff.rb:22: undefined (?...) sequence: /(?<=^\.[UM]E) \s/
Is md2man 1.9 only, or would it possible to get this fixed for 1.8.7 support?
Yes it's possible to change it. I'll do it next week.
Fixed amigo. Please verify and close.
Rebased my rake_task branch, and it now works on 1.8.7. Thanks!
Noticed a Regular Expression using 1.9 specific syntax.
Is md2man 1.9 only, or would it possible to get this fixed for 1.8.7 support?