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

0.15    2014-10-20 (PERLANCAR)

	- No functional changes.

	- Fix typo in test which caused CT failure reports.


0.14     2014-10-16 (PERLANCAR)

         - langprop(): Search PROP.alt.lang.xx in addition to
           PROP.alt.lang.xx_XX.

         - Rename module files.


0.13     2014-01-03 (SHARYANTO)

         - Trim language from locale env (e.g. "en_US.UTF-8" to "en_US") to
           avoid unnecessary mark.


0.12     2013-12-11 (SHARYANTO)

         - langprop() observers LANG/LANGUAGE environment.


0.11     2012-08-29 (SHARYANTO)

         - function: Add features() and can_dry_run().


0.10     2012-03-23 (SHARYANTO)

         - No functional changes. Resolve circular dependency problem with
           SHARYANTO-Utils by splitting SHARYANTO::String::Util to its own dist.
           [RT#75987, thanks Slaven]


0.09     2012-03-22 (SHARYANTO)

         - No functional changes. Try to work around dependency problem (some
           systems cannot find SHARYANTO::String::Util, new in SHARYANTO-Utils
           0.16+).


0.08     2012-03-20 (SHARYANTO)

         - No functional changes. Fix Perl version dependency ('parent' requires
           5.10.1).


0.07     2012-03-15 (SHARYANTO)

         [FIXES]

         - Fix behavior of langprop(), now language defaults to metadata's
           'default_lang' property.

         [INCOMPATIBLE CHANGES]

         - langprop(): rename option 'mark_fallback_text' to 'mark_different_lang'.


0.06     2012-03-15 (SHARYANTO)

         [ENHANCEMENTS]

         - Add 'rimeta'.


0.05     2012-03-15 (SHARYANTO)

         [INCOMPATIBLE CHANGES]

         - Rename 'rires' to 'envres' (to avoid confusion with the new
           'riresmeta'). Rename its extra() method to meta().

         [ENHANCEMENTS]

         - Add 'riresmeta'

         - Add langprop() method.


0.04     2012-01-26 (SHARYANTO)

         - First release, rename from Sub-Spec-Object to Perinci-Object. Now
           follows Rinci (currently 1.1) specification instead of Sub::Spec 1.0
           (but still supports old sub specs).