Merge branch 'master' into pure-ops
[p5sagit/Function-Parameters.git] / Changes
1 Revision history for Function-Parameters
2
3 0.06    2012-06-19
4         - complete rewrite in XS
5         - require perl 5.14+
6         - hopefully fix bug where it would get the line numbers wrong
7         - we're a lexical pragma now; remove import_into()
8         - more fine-grained control over behavior of generated keywords:
9            * function name can be optional/required/prohibited
10            * invocant name can be any variable, not just $self
11            * default attributes (and method now defaults to ':method')
12
13 0.05    2011-08-02
14         - complete rewrite
15         - hopefully fix bug where it would swallow compilation errors or get the line numbers wrong
16         - method keyword!
17         - more flexible keyword customization
18
19 0.04    2010-03-03
20         - allow renaming the function keyword
21         - provide import_into so you can mess with other packages
22
23 0.03    2009-12-14
24         First version, released on an unsuspecting world.
25