The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Riji

0.0.12 2013-12-30T05:41:44Z

    - add repository status checks when `riji publish`

0.0.11 2013-10-08T17:05:49Z

    - add $config->{markup} (now, you can use Text::Markdown::Hoedown! etc.)

0.0.10 2013-09-10T03:17:24Z

    - refactor CLI::Publish/CLI::Setup
    - refactor tag handling in Model::Entry
    - fix Entry#file_history

0.0.9 2013-08-15T14:39:55Z

    - depend on App::Wallflower for `riji publish`

0.0.8 2013-08-10T06:40:35Z

    - depend on Text::Markdown::Discount 0.10 and use `with_html5_tags()`
    - parse === --- style h1 h2 as blog entry title

0.0.7 2013-08-05T13:06:37Z

    - fix deps
    - support multibyte tags (Experimental)

0.0.6 2013-08-03T15:22:56Z

    - fix deps
    - fix infinite loop in CLI::NewEntry

0.0.5 2013-08-01T17:09:23Z

    - update default template
    - include another template file in md file

0.0.4 2013-07-29T16:54:18Z

    - set max_wait to 5 seconds for Net::EmptyPort::wait_port in CLI::Publish
    - add $config->{publish_dir}
    - arrangement cpanfile
    - not git init if .git exists
    - add $config->{branch}
    - fix template

0.0.3 2013-07-29T10:45:14Z

    - add subcommand `% riji new-entry`
    - fix permissions of files generated by `% riji setup`
    - fix templates (uri_for handling)

0.0.2 2013-07-29T00:49:06Z

    - add uri attrribute to generator element in Atom
    - update repository information
    - not use 5.010, use feature ':5.10' instead
    - use strict and remove use utf8

0.0.1 2013-07-28T17:49:58Z

    - original version