better arg count checks for methods (include $self)
[p5sagit/Function-Parameters.git] / Changes
CommitLineData
7a63380c 1Revision history for Function-Parameters
2
1d143321 30.06 2012-06-19
2d793d8d 4 - complete rewrite in XS
1d143321 5 - require perl 5.14+
2d793d8d 6 - hopefully fix bug where it would get the line numbers wrong
0442d415 7 - we're a lexical pragma now; remove import_into()
1d143321 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')
2d793d8d 12
658bdb8b 130.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
0442d415 18
51583f53 190.04 2010-03-03
20 - allow renaming the function keyword
21 - provide import_into so you can mess with other packages
0442d415 22
7a63380c 230.03 2009-12-14
24 First version, released on an unsuspecting world.
25