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

1.010  2015-10-21 01:51:21 CEST
	- Add &{} overloading ("codulate") to easily wrap some text with color
	  and Reset. Unfortunately, it is not usable in practice due a core
	  perl bug.
	  This allows to build efficient "chromizers" (closures that colorize
	  and Reset).
	- Disable fallbacks for overload.pm, to reduce (dangerous) magic
	- Remove ->clone method that is useless as Term::Chrome values are
	  immutables

1.001  2014-08-24 00:43:54 EEST
	- POD: add SEE ALSO links

1.000  2014-08-23 12:35:33 EEST
        - Initial release, from Sofia, at YAPC::EU::2014
	  (Code is mature, extracted from angel-PS1)