From bbb496feb9e22d9240e4a2195fd130b63e64c7ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Fri, 6 Feb 2009 18:12:46 +0100 Subject: [PATCH] requesting module install --- Changes | 6 ++++++ lib/App/CPAN2Pkg.pm | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/Changes b/Changes index a26cc14..70bb47b 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,7 @@ Revision history for App-CPAN2Pkg High-level changelog ==================== +0.4.x building & installing 0.3.x dealing with prereqs 0.2.x upstream availability 0.1.x finding prereqs, better gui @@ -11,6 +12,11 @@ High-level changelog Low-level changelog =================== +0.4.0 + - building package for module + +** + 0.3.1 Fri Feb 6 16:32:38 CET 2009 - moving appli forward when no more missing prereqs - listing missing prereqs in ui diff --git a/lib/App/CPAN2Pkg.pm b/lib/App/CPAN2Pkg.pm index 73142b8..41db2b6 100644 --- a/lib/App/CPAN2Pkg.pm +++ b/lib/App/CPAN2Pkg.pm @@ -84,6 +84,10 @@ sub spawn { # -- public events sub cpan2dist_status { + my ($k, $h, $module, $status) = @_[KERNEL, HEAP, ARG0, ARG1]; + # FIXME: what if $status is false + + $k->post($module, 'install_from_local'); } -- 2.11.4.GIT