add begin.t from Method::Signatures
[p5sagit/Function-Parameters.git] / t /
2013-09-15 Lukas Mai add begin.t from Method::Signatures
2013-09-15 Lukas Mai implement 'runtime' keyword attribute
2013-09-15 Lukas Mai rework keyword properties; add 'defaults', 'strict'
2013-09-15 Lukas Mai remove redundant semicolon
2013-09-15 Lukas Mai remove redundant '; 1' after require
2013-09-15 Lukas Mai update foreign tests
2013-08-28 Lukas Mai fix test: don't care which quotes are dumpered
2013-08-12 Lukas Mai pass current package to custom type reifier
2013-08-07 Lukas Mai actually use documented defaults for custom keywords
2013-07-18 Lukas Mai implement custom per-keyword type reification
2013-06-11 Lukas Mai handle unicode keywords
2013-06-09 Lukas Mai support custom non-moose type constraints (#85851)
2013-03-31 Lukas Mai don't test POD for end users
2013-02-05 Lukas Mai Merge branch 'metadata' into mooseish-types
2013-02-05 Lukas Mai Merge branch 'master' into metadata metadata
2012-11-24 Lukas Mai add MooseX::Types test
2012-11-24 Lukas Mai fix MooseX-Method-Signatures test relying on hash ordering
2012-11-17 Lukas Mai Merge branch 'metadata' into mooseish-types
2012-11-17 Lukas Mai make Moo dependency optional
2012-11-14 Lukas Mai import more Method::Signatures tests
2012-11-14 Lukas Mai Merge branch 'metadata' into mooseish-types
2012-11-14 Lukas Mai Merge branch 'master' into metadata
2012-11-14 Lukas Mai add Moose tests and make them pass
2012-11-07 Lukas Mai import all tests from Fun
2012-11-04 Lukas Mai document info(), add args_min/args_max
2012-11-04 Lukas Mai test closures harder
2012-11-04 Lukas Mai record and extract metadata
2012-11-04 Lukas Mai rework allocation system
2012-11-01 Lukas Mai import some (modified) tests from MSS
2012-11-01 Lukas Mai un-todo foreign tests we pass :-)
2012-11-01 Lukas Mai Merge branch 'named-params'
2012-11-01 Lukas Mai implement named params with temp hash
2012-10-30 Lukas Mai fix scoping of named parameters
2012-10-28 Lukas Mai import some (modified) signatures tests
2012-10-28 Lukas Mai fix broken build
2012-10-27 Lukas Mai steal more tests from other modules
2012-10-27 Lukas Mai first cut at named parameters
2012-10-24 Lukas Mai import some (modified) MS tests
2012-10-24 Lukas Mai import some (modified) MXMS tests
2012-10-21 Lukas Mai implement $invocant: syntax
2012-10-21 Lukas Mai add ':strict' import shortcut
2012-10-14 mauke fix wrong line number for statement immediately followi...
2012-07-18 Lukas Mai remove duplicate test
2012-07-18 Lukas Mai test invalid prototype detection
2012-07-18 Lukas Mai remove toke_on_crack.c.inc
2012-06-24 Lukas Mai allow parameters to be referenced from defaults in...
2012-06-24 Lukas Mai add *_strict variants of all symbolic types
2012-06-24 Lukas Mai test symbolic types in import
2012-06-24 Lukas Mai better arg count checks for methods (include $self)
2012-06-24 Lukas Mai more tests for prototypes/lvalue subs
2012-06-24 Lukas Mai default params/strict arg count checks, working on ops
2012-06-24 Lukas Mai rewrite to generate actual ops, not source code
2012-06-19 Lukas Mai test 'classmethod'
2012-06-19 Lukas Mai test 'attrs' / ':method'
2012-06-19 Lukas Mai test lexicalpragmatude
2012-06-19 Lukas Mai test syntactic properties of generated code
2012-06-18 Lukas Mai detect invalid keyword properties
2012-06-18 Lukas Mai fix semibroken tests
2012-06-17 Lukas Mai fix broken test v0.05_01
2012-06-17 Lukas Mai untodo line number tests
2012-06-17 Lukas Mai rewrite in XS
2011-08-10 Lukas Mai test detection of nonsensical parameter lists
2011-08-09 Lukas Mai Merge branch 'lineno'
2011-08-09 Lukas Mai amend tests to match implementation
2011-08-09 Lukas Mai preliminary tests for new import syntax
2011-08-06 Lukas Mai test generated line numbers
2011-08-02 Lukas Mai test compilation failures harder
2011-08-02 Lukas Mai more better tests
2010-03-02 Lukas Mai basic test for import_into
2010-02-28 Lukas Mai add tests for stricter import list checks
2010-02-28 Florian Ragwitz Add tests for renaming the fun keyword.
2010-02-28 Lukas Mai initial import