p5sagit/Function-Parameters.git
2012-06-19 Lukas Mai wibble
2012-06-18 Lukas Mai detect invalid keyword properties
2012-06-18 Lukas Mai fix semibroken tests
2012-06-18 Lukas Mai implement 'classmethod' keyword type
2012-06-18 Lukas Mai make 'method' default to attrs => ":method"
2012-06-18 Lukas Mai add 'attrs' for default attributes
2012-06-18 Lukas Mai document planned 'attrs' feature
2012-06-18 Lukas Mai version bump v0.05_03
2012-06-18 Lukas Mai do magic ourselves, not depend on B::Hooks::EndOfScope
2012-06-17 Lukas Mai track MANIFEST.SKIP
2012-06-17 Lukas Mai edit documentation
2012-06-17 Lukas Mai version bump v0.05_02
2012-06-17 Lukas Mai make things compile on threaded and/or 5.14 perls
2012-06-17 Lukas Mai fix broken test v0.05_01
2012-06-17 Lukas Mai whoops, fix compilation
2012-06-17 Lukas Mai untodo line number tests
2012-06-17 Lukas Mai document changes
2012-06-17 Lukas Mai rewrite in XS
2012-06-16 Lukas Mai update Makefile.PL for expected rewrite
2011-08-10 Lukas Mai detect nonsensical parameter lists
2011-08-10 Lukas Mai test detection of nonsensical parameter lists
2011-08-09 Lukas Mai add new tests to MANIFEST
2011-08-09 Lukas Mai Merge branch 'lineno'
2011-08-09 Lukas Mai document changes
2011-08-09 Lukas Mai amend tests to match implementation
2011-08-09 Lukas Mai implement extended import types
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 update Changes v0.05
2011-08-02 Lukas Mai update manifest
2011-08-02 Lukas Mai test compilation failures harder
2011-08-02 Lukas Mai more better tests
2011-08-02 Lukas Mai rewrite F:P, hopefully making it more robust and preser...
2010-03-03 Lukas Mai bump version to 0.04 v0.04
2010-03-03 Lukas Mai update Changes
2010-03-03 Lukas Mai add new tests to MANIFEST
2010-03-02 Lukas Mai basic test for import_into
2010-03-02 Lukas Mai add import_into
2010-02-28 Lukas Mai add tests for stricter import list checks
2010-02-28 Lukas Mai check import list; default to 'fun'; documentation
2010-02-28 Florian Ragwitz Allow the name of the keyword to be changed.
2010-02-28 Florian Ragwitz Add tests for renaming the fun keyword.
2010-02-28 Lukas Mai initial import