[Moose-commits] r7621 - MooseX-Role-Cmd
isillitoe at code2.0beta.co.uk
isillitoe at code2.0beta.co.uk
Thu Feb 12 13:48:58 GMT 2009
Author: isillitoe
Date: 2009-02-12 05:48:58 -0800 (Thu, 12 Feb 2009)
New Revision: 7621
Modified:
MooseX-Role-Cmd/Changes
Log:
Added comments for v0.05
Modified: MooseX-Role-Cmd/Changes
===================================================================
--- MooseX-Role-Cmd/Changes 2009-02-12 13:40:37 UTC (rev 7620)
+++ MooseX-Role-Cmd/Changes 2009-02-12 13:48:58 UTC (rev 7621)
@@ -1,3 +1,20 @@
+
+0.05 Thu Feb 12 13:40:54 GMT 2009
+ - Improved docs
+
+ - cmd_args()
+ - use get_all_attributes() to allow for inherited attributes
+
+ NOTE: there's a possibility this will break compatibility if you happen to be
+ mixing your modules in with other roles, however it is pretty useful.
+ e.g. using inheritance to provide different usage cases for executables
+ t/lib/Test/Dir.pm
+ t/lib/Test/DirWithTraits.pm
+
+ - private: _attr_name_to_cmd_options()
+ - changed to _attr_to_cmd_options (i.e. attribute not attribute name)
+ to provide more flexibility
+
0.04 Fri Dec 5 10:43:01 GMT 2008
- Updated MANIFEST
- Require IPC::Cmd => 0.42 (RT #41450)
More information about the Moose-commits
mailing list