13 years agoupdate changelog master 0.001003
Chad Granum [Tue, 11 May 2010 06:16:38 +0000]
update changelog

13 years agoApplied patch from Zefram in rt #55384
Chad Granum [Tue, 11 May 2010 06:12:21 +0000]
Applied patch from Zefram in rt #55384

Version bump

15 years agoVersion 0.001002. 0.001002
Florian Ragwitz [Wed, 12 Nov 2008 05:58:24 +0000]
Version 0.001002.

15 years agoMake B::Utils dependency for t/generate.t optional. RT#40847.
Florian Ragwitz [Wed, 12 Nov 2008 05:58:19 +0000]
Make B::Utils dependency for t/generate.t optional. RT#40847.

15 years agoRequire Hooks::OP::Check::EntersubForCV 0.03 to make op generation work.
Florian Ragwitz [Wed, 12 Nov 2008 05:58:13 +0000]
Require Hooks::OP::Check::EntersubForCV 0.03 to make op generation work.

15 years agoUpdate README.
Florian Ragwitz [Sat, 25 Oct 2008 11:23:03 +0000]
Update README.

15 years agoVersion 0.001001. 0.001001
Florian Ragwitz [Sat, 25 Oct 2008 11:22:56 +0000]
Version 0.001001.

15 years agoMerge branch 'entersub_for_cv'
Florian Ragwitz [Sat, 25 Oct 2008 11:22:39 +0000]
Merge branch 'entersub_for_cv'

* entersub_for_cv:
  Plan for t/generate.t.
  Document *_for_cv.
  Turn *_for_cv into classmethods.
  Require EntersubForCV 0.02.
  Rename _setup and _teardown to {setup,teardown}_for_cv.
  Return a nullop if the liftee returns a null sv.
  Port to B::Hooks::OP::Check::EntersubForCV.
  Create branch 'entersub_for_cv'.

15 years agoPlan for t/generate.t. entersub_for_cv
Florian Ragwitz [Sat, 25 Oct 2008 10:51:57 +0000]
Plan for t/generate.t.

15 years agoDocument *_for_cv.
Florian Ragwitz [Sat, 25 Oct 2008 10:51:46 +0000]
Document *_for_cv.

15 years agoTurn *_for_cv into classmethods.
Florian Ragwitz [Sat, 25 Oct 2008 10:51:35 +0000]
Turn *_for_cv into classmethods.

15 years agoRequire EntersubForCV 0.02.
Florian Ragwitz [Sat, 25 Oct 2008 10:34:03 +0000]
Require EntersubForCV 0.02.

15 years agoRename _setup and _teardown to {setup,teardown}_for_cv.
Florian Ragwitz [Sat, 25 Oct 2008 10:33:05 +0000]
Rename _setup and _teardown to {setup,teardown}_for_cv.

15 years agoReturn a nullop if the liftee returns a null sv.
Florian Ragwitz [Sat, 25 Oct 2008 10:16:32 +0000]
Return a nullop if the liftee returns a null sv.

15 years agoDon't return a const op for a null sv.
Florian Ragwitz [Sat, 18 Oct 2008 12:22:44 +0000]
Don't return a const op for a null sv.

15 years agoPort to B::Hooks::OP::Check::EntersubForCV.
Florian Ragwitz [Sat, 18 Oct 2008 08:32:18 +0000]
Port to B::Hooks::OP::Check::EntersubForCV.

15 years agoCreate branch 'entersub_for_cv'.
Florian Ragwitz [Sat, 18 Oct 2008 08:30:09 +0000]
Create branch 'entersub_for_cv'.

15 years agoMake the tests pass with warnings enabled.
Florian Ragwitz [Thu, 16 Oct 2008 20:35:33 +0000]
Make the tests pass with warnings enabled.

15 years agomove BeginLift to new repo layout
Matt S Trout [Thu, 16 Oct 2008 10:41:42 +0000]
move BeginLift to new repo layout

15 years agocommit diffs for review
Matt S Trout [Thu, 16 Oct 2008 10:40:54 +0000]
commit diffs for review

15 years agodisabled code for B::OP arguments, not finished (no api yet)
Yuval Kogman [Mon, 12 May 2008 09:16:29 +0000]
disabled code for B::OP arguments, not finished (no api yet)

15 years agoaccept B::OP objects from lifted subs
Yuval Kogman [Sat, 10 May 2008 21:05:39 +0000]
accept B::OP objects from lifted subs

16 years agomanifest.skip
Matt S Trout [Sat, 15 Sep 2007 23:03:49 +0000]
manifest.skip

16 years agofix typo 0.001000
Matt S Trout [Wed, 27 Jun 2007 17:55:25 +0000]
fix typo

16 years agoseems to have vanished
Matt S Trout [Wed, 27 Jun 2007 05:59:28 +0000]
seems to have vanished

16 years agoextra test
Matt S Trout [Wed, 27 Jun 2007 05:36:24 +0000]
extra test

16 years agovar lifting
Matt S Trout [Wed, 27 Jun 2007 05:23:11 +0000]
var lifting

16 years agoplaceholder readme, overwritten by PREOP
Matt S Trout [Wed, 27 Jun 2007 03:48:36 +0000]
placeholder readme, overwritten by PREOP

16 years agoadded example
Matt S Trout [Wed, 27 Jun 2007 03:48:16 +0000]
added example

16 years agoskeleton Changes file
Matt S Trout [Wed, 27 Jun 2007 03:47:49 +0000]
skeleton Changes file

16 years agoadded docs
Matt S Trout [Wed, 27 Jun 2007 03:47:29 +0000]
added docs

16 years agomoved .xs file to correct place, test.pl removed
Matt S Trout [Wed, 27 Jun 2007 03:08:49 +0000]
moved .xs file to correct place, test.pl removed

16 years agotests!
Matt S Trout [Wed, 27 Jun 2007 03:07:49 +0000]
tests!

16 years agofixup
Matt S Trout [Tue, 26 Jun 2007 22:59:21 +0000]
fixup

16 years agohandle void return, move to pure xs
Matt S Trout [Tue, 26 Jun 2007 22:40:21 +0000]
handle void return, move to pure xs

16 years agoinitial import, very rough
Matt S Trout [Sun, 24 Jun 2007 11:13:13 +0000]
initial import, very rough