]> git.vpit.fr Git - perl/modules/Sub-Op.git/history - t
Add support for prototypes
[perl/modules/Sub-Op.git] / t /
2010-04-20 Vincent PitAdd support for prototypes
2010-04-19 Vincent PitAdd a "flags" parameter to sub_op_register()
2010-04-19 Vincent PitAdd sub_op_init(), sub_op_dup() and sub_op_free() to...
2010-04-14 Vincent PitGreatly simplify the calling logic in Sub::Op::LexicalSub
2010-04-14 Vincent PitTest storing the reference to a keyword
2010-01-08 Vincent PitThis is 0.02 v0.02
2010-01-08 Vincent PitTest and document caveats about defining a sub whose...
2010-01-08 Vincent PitTest that the existing sub is called after ending the...
2010-01-07 Vincent PitRename the "len" member of the sub_op_config_t struct...
2010-01-04 Vincent PitHandle existing constant subs
2010-01-04 Vincent PitWe should fail two times for each test sub not invoked
2010-01-04 Vincent PitTest that subs aren't stubbed
2010-01-03 Vincent PitVivify less packages and symbols in B:: land
2010-01-03 Vincent PitTest monkeypatching
2010-01-03 Vincent PitProperly chomp the testcases
2010-01-03 Vincent PitHandle existing prototyped subs
2010-01-02 Vincent PitAdd a deparse test
2010-01-02 Vincent PitRename Sub::Op::Test to Sub::Op::LexicalSub
2010-01-02 Vincent PitDon't test POD coverage for Files.pm
2010-01-02 Vincent PitAdd author tests
2010-01-02 Vincent PitTest replacing an existing sub
2010-01-02 Vincent PitRename sub_op_keyword to sub_op_config_t
2010-01-01 Vincent PitStop passing the package and the name from the magical...
2010-01-01 Vincent PitAdd support for the check hook and test multiple keywords
2010-01-01 Vincent PitDon't croak if Sub::Op::Test's Makefile.PL couldn't...
2010-01-01 Vincent PitInitial commit