]> git.vpit.fr Git - perl/modules/Sub-Op.git/history - lib
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Sub-Op.git] / lib /
2013-08-24 Vincent PitSwitch qw delimiters to <>
2013-08-24 Vincent PitExplicitely state that C++ compilers aren't supported
2013-08-23 Vincent PitPOD verbatim paragraphs should fit into a terminal
2013-08-23 Vincent PitMake sure the POD headings are linkable
2010-04-23 Vincent PitRevamp documentation
2010-04-22 Vincent PitSplit the "custom op" part away
2010-04-20 Vincent PitAdd support for prototypes
2010-04-19 Vincent PitStore the configure object into the map
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-01-08 Vincent PitThis is 0.02 v0.02
2010-01-08 Vincent PitDocument the caveat about eval STRING
2010-01-08 Vincent PitTest and document caveats about defining a sub whose...
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-03 Vincent PitPoint to B::Hooks::XSUB::CallAsOp
2010-01-03 Vincent PitVivify less packages and symbols in B:: land
2010-01-03 Vincent PitHandle existing prototyped subs
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 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 PitA minimial documentation
2010-01-01 Vincent PitInitial commit