This file documents the revision history for Perl distribution `MooseX-Types-Locale-Country`.

VERSION HISTORY

0.04 : Released on 2010-03-20 (JST)

Codes have no changes.

### Bug fixes

#### Packaging

### Refactoring

#### Packaging

0.03 : Released on 2010-03-19 (JST)

Codes have no changes.

### Bug fixes

#### Packaging

0.02 : Released on 2010-03-03 (JST)

### Bug fixes

#### Tests

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

### Features

#### `MooseX::Types::Locale::Country` and `MooseX::Types::Locale::Country::Fast`

### Bug fixes

#### `MooseX::Types::Locale::Country` and `MooseX::Types::Locale::Country::Fast`

### Documents

#### `Changes`

#### `MooseX::Types::Locale::Country`

### Others

0.000 : Released on 2009-10-14 (JST)

(Regarded as version 0.00)

Initial version.

This version kept in step with `MooseX::Types::Locale::Language` 0.003.

### Features

#### `MooseX::Types::Locale::Country`

#### `MooseX::Types::Locale::Country::Fast`

### Tests

### Documents

META INFORMATION

Version notation

V.vvrr_dd : Released on YYYY-MM-DD

### V : Major version number

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

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

You would not need to update the distribution.

### 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.

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})));'