Revision history for SHARYANTO-Roles
0.72 2014-04-23 (SHARYANTO)
- BorderStyle & ColorTheme: Search modules recursively.
0.71 2014-04-09 (SHARYANTO)
- TermAttrs: For convenience, use_color and color_depth can set each
other. For example, setting $obj->use_color(256) or COLOR=8_bit will
now enable color as well as set color_depth to 256. Setting
$obj->color_depth(16) will enable use_color, while
$obj->color_depth(0) will disable use_color.
0.70 2014-04-09 (SHARYANTO)
- TermAttrs: Accept pattern like '8 bit' or '24b' for color_depth, for
convenience.
0.69 2014-01-23 (SHARYANTO)
- TermAttrs: By default turn off use_box_chars when non-interactive,
since most pagers includin 'less -R' does not interpret drawing escape
codes.
0.68 2013-12-14 (SHARYANTO)
- No functional changes. Fix copy-paste mistake.
0.67 2013-12-14 (SHARYANTO)
- TermAttrs: Add debugging info (in _term_attrs_debug_info) to let user
know how the attribute values are determined.
[REMOVED FEATURES]
- Remove roles I18N, I18NMany, I18NRinci. They are convenient for when
using Locale::Maketext but I switched all my distributions to using
Locale::TextDomain this week, so these roles are no longer needed.
0.66 2013-11-12 (SHARYANTO)
- No functional changes. Rebuild to fix t/00-compile.t produced by older
version of DZP::Test::Compile (< 2.033).
0.65 2013-10-10 (SHARYANTO)
- TermAttrs: Tweak default use_color setting (obey COLOR, or only when
interactive and color_depth > 0).
0.64 2013-10-10 (SHARYANTO)
- No functional changes. Avoid perl undef warning.
0.63 2013-10-06 (SHARYANTO)
- ColorTheme: Replace color_theme_class_prefix from using 'has' to using
classic sub because it needs to be called as static method too
sometimes.
0.62 2013-10-04 (SHARYANTO)
- First release. Split from SHARYANTO-Utils so deps are lighter.