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

0.06    CHANGES:
         * Introduced ->register_color_space and ->register_palette
           declarations
         * Announce AUTOLOAD behaviour as deprecated
         * Provide automatic "best match" palette searches on registered
           palette spaces

0.05    CHANGES:
         * Documentation fixes
         * Various small updates to keep CPANTS happy

0.04    CHANGES:
         * Distance metrics in RGB{,8,16} color spaces
         * Remember name/index of X11 and VGA colors

0.03    CHANGES:
         * Alpha-blending in RGB{,8,16} color spaces

        BUGFIXES:
         * More candidate paths to find X11's rgb.txt

0.02    ADDITIONS:
         * Support CMY and CMYK color spaces

        CHANGES:
         * Neater and more internal implementation of space->space conversions
         * ->rgb8 / ->rgb16 are no longer methods on Convert::Color, but instead
           on the specific ::RGB8 / ::RGB16 subclasses
         * Added ->hsl etc.. component list accessors for other color spaces

        BUGFIXES:
         * Cache plugin list and space-to-class mapping to avoid @INC search
           overhead in Module::Pluggable each time a new object is constructed

0.01    First version, released on an unsuspecting world.