The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.81	15 March 2010
	- updated documentation to reflect more of v0.80+
	- added more Generators

0.80	14 March 2010
        - merged with the fork Package::Autoloader v0.15
	- bumped the version number to indicate the huge change

0.07	14 March 2010
	- informal release only

0.06	14 February 2010
	- additional terse interface without BEGIN block
	- added basic tests
	- fixed starting value and unified implementation of iterator

0.05	14 February 2010
	- re-introduced iterator in Enumerated_Values
	- added convenience method single_bit_basks

0.04	13 February 2010
	- each symbol gets its own unique id in favor of property 'symbol mix'
	- STG_* was not working due to a wrong range of properties
	- fixed example CF2; removed old Class_Constants.pm
	- fixed obvious old and new style position value in binary_properties

0.03	09 February 2010
	- fixed Symbol::array_indices (wrong order of args to enumerated_values)
	- fixed Application::has_properties (wouldn't receive $_[1] due to missing shift)
	- removed concept of propagation; introduced symbol mix
	- removed special package '*', taken over by main
	- added mix_in: as a keyword parameter to import

0.02	02 February 2010
	- public release

0.01	03 January 2010
	- initial proof-of-concept as a separate entity
	- taken from ...::Greenhouse::Symbol