projects
/
p5sagit/Devel-BeginLift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
353e53a
)
Version 0.001001.
0.001001
Florian Ragwitz [Sat, 25 Oct 2008 11:22:56 +0000 (11:22 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Devel/BeginLift.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
c671e68
..
e6dca09
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,4
+1,8
@@
Changes for Devel-BeginLift
+0.001001
+ - Port to B::Hooks::OP::Check::EntersubForCV
+ - Allow individual CVs to be lifted.
+
0.001000
- Initial release to CPAN
diff --git
a/lib/Devel/BeginLift.pm
b/lib/Devel/BeginLift.pm
index
1eee879
..
6a40b9c
100644
(file)
--- a/
lib/Devel/BeginLift.pm
+++ b/
lib/Devel/BeginLift.pm
@@
-4,7
+4,7
@@
use strict;
use warnings;
use 5.008001;
-our $VERSION = 0.001000;
+our $VERSION = 0.001001;
use vars qw(%lift);
use base qw(DynaLoader);