The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Changes for Padre-Plugin-Moose

0.07  2012.2.22
	- Show the generated code that is related the currently selected element (AZAWAWI)
	- Added keyboard button accelerators and "Insert code" is now "Generate" (BOWTIE, AZAWAWI)
	- Added a simple inspector help text field that explains the current element (AZAWAWI)
	- The code generator is now called at startup  (AZAWAWI)
	- The buttons are shown/hidden instead of enabled/disabled  (AZAWAWI)
	- Inside Program elements, you can create class/role  (AZAWAWI)
	- Inside Class/Role elements, you can create attribute, subtype or method  (AZAWAWI)

0.06  2012.2.22  (HOTFIX to 0.05)
	- Tree item selection is now done in EVT_IDLE lifecycle to prevent deep recursion
	  when editing (AZAWAWI)

0.05  2012.2.22
	- Added Inspector edit mode (AZAWAWI)
	- Fixed Recommended order for namespace::clean (AZAWAWI)
	- Install share directory with MO files (AZAWAWI)
	- Add q{use Moose::Util::TypeConstraint} when needed (AZAWAWI)
	- q{Add Method} implemented (AZAWAWI)
	- Added Padre::Plugin::Moose::CodeGen role. Less POD cruft. Lazy loading. (AZAWAWI)

0.04  2012.2.21
	- Added namespace::clean as a dependency (AZAWAWI)
	- Fixed a role code generation bug (AZAWAWI)
	- Added Program Inspector (AZAWAWI)
	- Added Program Outline (AZAWAWI)
	- Basic Attribute/Subtype code generation (AZAWAWI)

0.03  2012.2.21
	- Fixed dialog not properly closing on non-win32 platforms (BOWTIE, AZAWAWI) 
	- Refactor variable names (AZAWAWI)
	- Sample code is now correct (AZAWAWI)
	- q{Moose} is now q{Moose...} :) (BOWTIE, AZAWAWI) 

0.02  2012.2.20
	The following feature list is here: (AZAWAWI)
		- Added Moose website/manual/cookbook hyperlinks
		- Added "Add class/role/attribute/subtype" tabs
		- Added code generation readonly preview editor
		- Added comments/main code generation checkboxes
		- Added insert code

0.01  2012.2.15
	- Initial release to CPAN (AZAWAWI)