]> git.vpit.fr Git - perl/modules/Sub-Op.git/shortlog
perl/modules/Sub-Op.git
2010-01-02 Vincent PitThis is 0.01 v0.01
2010-01-02 Vincent PitAdd a deparse test
2010-01-02 Vincent PitDon't downgrade the globs completely
2010-01-02 Vincent PitWe don't need $fqn in enable()/disable()
2010-01-02 Vincent PitFix deparsing of sub deref
2010-01-02 Vincent PitRename Sub::Op::Test to Sub::Op::LexicalSub
2010-01-02 Vincent PitMore docs
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-02 Vincent PitReplace the "sub_op_" prefix by "so_" for private types...
2010-01-02 Vincent Pitlinklist() doesn't seem to do any good
2010-01-02 Vincent Pitnext_pkg and next_name are now obsolete
2010-01-02 Vincent PitStore the custom op name in a pointer table
2010-01-01 Vincent PitStop passing the package and the name from the magical...
2010-01-01 Vincent PitMake two subs available in the sample script
2010-01-01 Vincent PitThe global context isn't needed before we check the...
2010-01-01 Vincent PitAdd support for the check hook and test multiple keywords
2010-01-01 Vincent PitAdd a sample shortcut to Sub::Op::Test
2010-01-01 Vincent PitAdd META.yml
2010-01-01 Vincent PitDon't croak if Sub::Op::Test's Makefile.PL couldn't...
2010-01-01 Vincent PitA minimial documentation
2010-01-01 Vincent PitInitial commit