From: Shawn M Moore Date: Sun, 7 Dec 2008 02:35:16 +0000 (+0000) Subject: Changes X-Git-Tag: 0.05~41 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Role-Parameterized.git;a=commitdiff_plain;h=61958fc8d1d13a6a4293607ec8fb730aa134225b Changes --- diff --git a/Changes b/Changes new file mode 100644 index 0000000..64d0d49 --- /dev/null +++ b/Changes @@ -0,0 +1,10 @@ +Changes for MooseX-Role-Parameterized + +0.02 + * Using keywords outside of the role block is now allowed and handled. + + * The role generated by the role block is now composed with its parent role. + This is so you can have unparameterized components to your parameterized + roles, and so that does_role returns true if you ask about the parent + role (instead of the anonymous parameterized role). +