The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
This file documents the revision history for Perl distribution
`Lingua-EO-Orthography`.


VERSION HISTORY
===============

0.01 : Released on 2010-03-09 (JST)
-----------------------------------

Bundle `Module::Install::AuthorTests` to the distribution.
Codes have no changes.

### Bug fixes

#### Packaging

-   Explicitly declare `author_tests` in `Makefile.PL`
    (for including `Module::Install::AuthorTests`).
-   Correct resources (repository and homepage).

#### Documentation

-   Correct POD syntax in `Lingua::EO::Orthography::EO` and
    `Lingua::EO::Orthography::JA` (for properly index POD only files).


0.00 : Released on 2010-03-08 (JST)
-----------------------------------

Initial release.


META INFORMATION
================

Version notation
----------------

    V.vvrr_dd : Released on YYYY-MM-DD (Time Zone)

### V  : Major version number

-   Added ambitious features
-   Changed in APIs
    (older API will be keeped to compatibility for a some period)
-   ...

### vv : Minor version number (in major version)

-   Added several features
-   Improved any features
-   Fixed bugs
-   ...

### rr : Revision number (in minor version, on demand)

You would not need to update the distribution.

-   Improved tests
-   Updated documents
-   ...

### dd : Developer release number (in revision number, on demand)

This is unstable version.
Unless you are a developer, You will not be recommended to upgrade
the distribution.

-   Added experimental features
-   Fixed bugs provisionally
-   ...


Document format
---------------

This `Changes` file was formatted in Markdown.

    % perl -MText::Markdown -MFile::Slurp \
      -e 'print (Text::Markdown->new->markdown(scalar read_file(q{Changes})));'