Revision history for Perl extension mRuby

0.08 2015-06-21T23:44:21Z

   - Fixed pod.
   - Added basic API.
   - Added support to call mruby function from Perl.
   - Added support to convert bool from/to perl object.
   - Added support to convert symbol from/to perl object.

0.07 2015-06-21T02:00:13Z

    - include mruby 1.1.0 and adjusted to new mruby API
      - `mRuby::State#new_proc` and `mRuby::ParserState#pool_close` are obsolute.
    - support mruby type `symbol`, `float`, `bool`m and `nil`.
    - support threaded-perl.
    - fixed memory leaks.

0.06

    - depend to latest Devel::PPPort

0.05

    - use latest mRuby
    - include bison's output in distribution tar ball

0.04

    - checking c99 feature

0.03

    - doc enhancement

0.02

    - docs

0.01    Thu Jun 21 12:56:02 2012
    - original version